Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/arch/x86/
Dspecial.c102 text_reloc = find_reloc_by_dest_range(file->elf, insn->sec, in arch_find_switch_table()
/linux-6.1.9/tools/objtool/include/objtool/
Delf.h168 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec,
/linux-6.1.9/tools/objtool/
Delf.c251 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range() function
282 return find_reloc_by_dest_range(elf, sec, offset, 1); in find_reloc_by_dest()
Dcheck.c471 rel = find_reloc_by_dest_range(file->elf, sym->sec, off, end - off); in add_pv_ops()
1184 insn->reloc = find_reloc_by_dest_range(file->elf, insn->sec, in insn_reloc()
4024 reloc = find_reloc_by_dest_range(file->elf, insn->sec, in validate_ibt_insn()