Searched refs:find_reloc_by_dest (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/objtool/ |
D | special.c | 96 orig_reloc = find_reloc_by_dest(elf, sec, offset + entry->orig); in get_alt_entry() 105 new_reloc = find_reloc_by_dest(elf, sec, offset + entry->new); in get_alt_entry() 122 key_reloc = find_reloc_by_dest(elf, sec, offset + entry->key); in get_alt_entry()
|
D | elf.c | 280 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest() function
|
D | check.c | 2056 reloc = find_reloc_by_dest(file->elf, sec, i * sizeof(*hint)); in read_unwind_hints()
|
/linux-6.1.9/tools/objtool/arch/x86/ |
D | special.c | 132 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
|
D | decode.c | 592 immr = find_reloc_by_dest(elf, (void *)sec, offset+3); in arch_decode_instruction() 593 disp = find_reloc_by_dest(elf, (void *)sec, offset+7); in arch_decode_instruction()
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | elf.h | 167 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset);
|