Searched refs:find_reloc_by_dest (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
D | special.c | 92 orig_reloc = find_reloc_by_dest(elf, sec, offset + entry->orig); in get_alt_entry() 101 new_reloc = find_reloc_by_dest(elf, sec, offset + entry->new); in get_alt_entry()
|
D | elf.h | 148 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset);
|
D | elf.c | 260 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest() function
|
D | check.c | 1751 reloc = find_reloc_by_dest(file->elf, sec, i * sizeof(*hint)); in read_unwind_hints()
|
/kernel/linux/linux-5.10/tools/objtool/arch/x86/ |
D | special.c | 132 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
|