Searched refs:find_reloc_by_dest_range (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/objtool/arch/x86/ |
A D | special.c | 102 text_reloc = find_reloc_by_dest_range(file->elf, insn->sec, in arch_find_switch_table()
|
/linux-6.3-rc2/tools/objtool/include/objtool/ |
A D | elf.h | 184 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
|
/linux-6.3-rc2/tools/objtool/ |
A D | elf.c | 232 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range() function 263 return find_reloc_by_dest_range(elf, sec, offset, 1); in find_reloc_by_dest()
|
A D | check.c | 533 rel = find_reloc_by_dest_range(file->elf, sym->sec, off, end - off); in add_pv_ops() 1364 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in insn_reloc() 4347 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in validate_ibt_insn()
|
Completed in 12 milliseconds