Searched refs:find_reloc_by_dest_range (Results 1 – 4 of 4) sorted by relevance
/linux/tools/objtool/arch/x86/ |
H A D | special.c | 119 text_reloc = find_reloc_by_dest_range(file->elf, insn->sec, in arch_find_switch_table()
|
/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 144 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
|
/linux/tools/objtool/ |
H A D | elf.c | 266 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range() function 298 return find_reloc_by_dest_range(elf, sec, offset, 1); in find_reloc_by_dest()
|
H A D | check.c | 557 reloc = find_reloc_by_dest_range(file->elf, sym->sec, off, end - off); in add_pv_ops() 1383 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in insn_reloc() 4422 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in validate_ibt_insn()
|