Searched refs:find_reloc_by_dest_range (Results 1 – 3 of 3) sorted by relevance
/linux/tools/objtool/arch/x86/ |
H A D | special.c | 90 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 | 146 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
|
/linux/tools/objtool/ |
H A D | check.c | 561 reloc = find_reloc_by_dest_range(file->elf, sym->sec, off, end - off); in add_pv_ops() 1267 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in insn_reloc() 4399 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in validate_ibt_insn()
|