Searched refs:find_reloc_by_dest_range (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | special.c | 96 text_reloc = find_reloc_by_dest_range(file->elf, insn->sec, in arch_find_switch_table()
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 142 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
|
/openbmc/linux/tools/objtool/ |
H A D | elf.c | 268 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range() function 300 return find_reloc_by_dest_range(elf, sec, offset, 1); in find_reloc_by_dest()
|
H A D | check.c | 506 reloc = find_reloc_by_dest_range(file->elf, sym->sec, off, end - off); in add_pv_ops() 1328 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in insn_reloc() 4321 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in validate_ibt_insn()
|