Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Delf.c40 #define elf_hash_add(name, node, key) \ macro
423 elf_hash_add(section, &sec->hash, sec->idx); in read_sections()
424 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections()
508 elf_hash_add(symbol, &sym->hash, sym->idx); in elf_add_symbol()
509 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol()
924 elf_hash_add(symbol, &old->hash, new_idx); in elf_create_symbol()
1008 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in elf_init_reloc()
1105 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in read_relocs()
1289 elf_hash_add(section_name, &null->name_hash, str_hash(null->name)); in elf_create_file()
1290 elf_hash_add(section_name, &strtab->name_hash, str_hash(strtab->name)); in elf_create_file()
[all …]