Searched refs:find_reloc_by_dest (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | special.c | 97 orig_reloc = find_reloc_by_dest(elf, sec, offset + entry->orig); in get_alt_entry() 106 new_reloc = find_reloc_by_dest(elf, sec, offset + entry->new); in get_alt_entry() 123 key_reloc = find_reloc_by_dest(elf, sec, offset + entry->key); in get_alt_entry()
|
H A D | elf.c | 298 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest() function
|
H A D | check.c | 2232 reloc = find_reloc_by_dest(file->elf, sec, i * sizeof(*hint)); in read_unwind_hints()
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A 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()
|
H A D | elf.h | 149 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset);
|
H A 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
|
H A D | check.c | 1774 reloc = find_reloc_by_dest(file->elf, sec, i * sizeof(*hint)); in read_unwind_hints()
|
/kernel/linux/linux-5.10/tools/objtool/arch/x86/ |
H A D | special.c | 132 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
|
/kernel/linux/linux-6.6/tools/objtool/arch/x86/ |
H A D | special.c | 126 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
|
H A D | decode.c | 620 immr = find_reloc_by_dest(elf, (void *)sec, offset+3); in arch_decode_instruction() 621 disp = find_reloc_by_dest(elf, (void *)sec, offset+7); in arch_decode_instruction()
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | elf.h | 141 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset);
|
Completed in 14 milliseconds