Searched refs:find_reloc_by_dest_range (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/objtool/arch/x86/ |
D | special.c | 102 text_reloc = find_reloc_by_dest_range(file->elf, insn->sec, in arch_find_switch_table()
|
/Linux-v5.10/tools/objtool/ |
D | elf.h | 140 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
|
D | elf.c | 231 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range() function 262 return find_reloc_by_dest_range(elf, sec, offset, 1); in find_reloc_by_dest()
|
D | check.c | 773 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in add_jump_destinations() 900 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in add_call_destinations() 1054 alt_reloc = find_reloc_by_dest_range(file->elf, insn->sec, in handle_group_alt()
|