Searched refs:elf_hash_for_each_possible (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/tools/objtool/ | 
| 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() 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()
  | 
| /Linux-v6.6/ | 
| D | .clang-format | 178   - 'elf_hash_for_each_possible'
  |