Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/
H A Delf.c72 #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()
149 elf_hash_for_each_possible(section, sec, hash, idx) { in find_section_by_index()
161 elf_hash_for_each_possible(symbol, sym, hash, idx) { in find_symbol_by_index()
260 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name()
280 elf_hash_for_each_possible(reloc, reloc, hash, in find_reloc_by_dest_range()
/openbmc/linux/
H A D.clang-format178 - 'elf_hash_for_each_possible'