Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/
Delf.c37 #define elf_hash_for_each_possible(name, obj, member, key) \ macro
115 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name()
128 elf_hash_for_each_possible(section, sec, hash, idx) { in find_section_by_index()
140 elf_hash_for_each_possible(symbol, sym, hash, idx) { in find_symbol_by_index()
243 elf_hash_for_each_possible(symbol_name, sym, name_hash, str_hash(name)) { in find_symbol_by_name()
263 elf_hash_for_each_possible(reloc, reloc, hash, in find_reloc_by_dest_range()
/linux-6.1.9/
D.clang-format178 - 'elf_hash_for_each_possible'