Searched defs:elf_hash_for_each_possible (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.c | 43 #define elf_hash_for_each_possible(name, obj, member, key) \ macro
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | elf.c | 72 #define elf_hash_for_each_possible(name, obj, member, key) \ macro 136 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() function 149 elf_hash_for_each_possible(section, sec, hash, idx) { in find_section_by_index() function 161 elf_hash_for_each_possible(symbol, sym, hash, idx) { in find_symbol_by_index() function 260 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name() function 280 elf_hash_for_each_possible(reloc, reloc, hash, in find_reloc_by_dest_range() function
|
Completed in 3 milliseconds