Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/
A Delf.c35 #define elf_hash_add(name, node, key) \ macro
335 elf_hash_add(section, &sec->hash, sec->idx); in read_sections()
336 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections()
384 elf_hash_add(symbol, &sym->hash, sym->idx); in elf_add_symbol()
385 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol()
563 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in elf_add_reloc()
752 elf_hash_add(symbol, &old->hash, old->idx); in __elf_create_symbol()
951 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in read_relocs()
1135 elf_hash_add(section, &sec->hash, sec->idx); in elf_create_section()
1136 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()

Completed in 4 milliseconds