Searched refs:sec_offset_hash (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/objtool/include/objtool/ |
| A D | elf.h | 333 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash() function 349 return sec_offset_hash(reloc->sec, reloc_offset(reloc)); in reloc_hash()
|
| /linux/tools/objtool/ |
| A D | elf.c | 279 sec_offset_hash(rsec, o)) { in find_reloc_by_dest_range()
|
| A D | check.c | 43 hash_for_each_possible(file->insn_hash, insn, hash, sec_offset_hash(sec, offset)) { in find_insn() 490 hash_add(file->insn_hash, &insn->hash, sec_offset_hash(sec, insn->offset)); in decode_instructions()
|
Completed in 15 milliseconds