Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/
H A Delf.c35 #define elf_hash_add(hashtable, node, key) \ macro
328 elf_hash_add(elf->section_hash, &sec->hash, sec->idx); in read_sections()
329 elf_hash_add(elf->section_name_hash, &sec->name_hash, str_hash(sec->name)); in read_sections()
364 elf_hash_add(elf->symbol_hash, &sym->hash, sym->idx); in elf_add_symbol()
365 elf_hash_add(elf->symbol_name_hash, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol()
534 elf_hash_add(elf->reloc_hash, &reloc->hash, reloc_hash(reloc)); in elf_add_reloc()
732 elf_hash_add(elf->symbol_hash, &old->hash, old->idx); in elf_create_section_symbol()
862 elf_hash_add(elf->reloc_hash, &reloc->hash, reloc_hash(reloc)); in read_relocs()
1053 elf_hash_add(elf->section_hash, &sec->hash, sec->idx); in elf_create_section()
1054 elf_hash_add(el in elf_create_section()
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H A Delf.c38 #define elf_hash_add(name, node, key) \ macro
373 elf_hash_add(section, &sec->hash, sec->idx); in read_sections()
374 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections()
424 elf_hash_add(symbol, &sym->hash, sym->idx); in elf_add_symbol()
425 elf_hash_add(symbol_name, &sym->name_hash, str_hash(sym->name)); in elf_add_symbol()
756 elf_hash_add(symbol, &old->hash, new_idx); in __elf_create_symbol()
879 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in elf_init_reloc()
978 elf_hash_add(reloc, &reloc->hash, reloc_hash(reloc)); in read_relocs()
1162 elf_hash_add(section, &sec->hash, sec->idx); in elf_create_section()
1163 elf_hash_add(section_nam in elf_create_section()
[all...]

Completed in 3 milliseconds