Home
last modified time | relevance | path

Searched refs:find_reloc_by_dest_range (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/objtool/arch/x86/
Dspecial.c102 text_reloc = find_reloc_by_dest_range(file->elf, insn->sec, in arch_find_switch_table()
/Linux-v5.10/tools/objtool/
Delf.h140 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
Delf.c231 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()
Dcheck.c773 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()