Searched refs:sec_offset_hash (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.h | 109 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash() function 125 return sec_offset_hash(reloc->sec, reloc->offset); in reloc_hash()
|
H A D | check.c | 41 hash_for_each_possible(file->insn_hash, insn, hash, sec_offset_hash(sec, offset)) { in find_insn() 396 hash_add(file->insn_hash, &insn->hash, sec_offset_hash(sec, insn->offset)); in decode_instructions()
|
H A D | elf.c | 244 sec_offset_hash(sec, o)) { in find_reloc_by_dest_range()
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | elf.h | 331 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash() function 347 return sec_offset_hash(reloc->sec, reloc_offset(reloc)); in reloc_hash()
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | elf.c | 281 sec_offset_hash(rsec, o)) { in find_reloc_by_dest_range()
|
H A D | check.c | 42 hash_for_each_possible(file->insn_hash, insn, hash, sec_offset_hash(sec, offset)) { in find_insn() 439 hash_add(file->insn_hash, &insn->hash, sec_offset_hash(sec, insn->offset)); in decode_instructions()
|
Completed in 19 milliseconds