Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/
Delf.c37 #define elf_hash_for_each_possible(name, obj, member, key) \ macro
90 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name()
103 elf_hash_for_each_possible(section, sec, hash, idx) { in find_section_by_index()
115 elf_hash_for_each_possible(symbol, sym, hash, idx) { in find_symbol_by_index()
183 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name()
203 elf_hash_for_each_possible(reloc, reloc, hash, in find_reloc_by_dest_range()