Home
last modified time | relevance | path

Searched refs:sec_offset_hash (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
Delf.h108 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash() function
124 return sec_offset_hash(reloc->sec, reloc->offset); in reloc_hash()
Delf.c244 sec_offset_hash(sec, o)) { in find_reloc_by_dest_range()
Dcheck.c41 hash_for_each_possible(file->insn_hash, insn, hash, sec_offset_hash(sec, offset)) { in find_insn()
394 hash_add(file->insn_hash, &insn->hash, sec_offset_hash(sec, insn->offset)); in decode_instructions()