Searched refs:elf_hash_for_each_possible (Results 1 – 2 of 2) sorted by relevance
/linux/tools/objtool/ |
H A D | elf.c | 70 #define elf_hash_for_each_possible(name, obj, member, key) \ macro 134 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 147 elf_hash_for_each_possible(section, sec, hash, idx) { in find_section_by_index() 159 elf_hash_for_each_possible(symbol, sym, hash, idx) { in find_symbol_by_index() 258 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name() 278 elf_hash_for_each_possible(reloc, reloc, hash, in find_reloc_by_dest_range()
|
/linux/ |
H A D | .clang-format | 205 - 'elf_hash_for_each_possible'
|