Home
last modified time | relevance | path

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

/linux-6.12.1/tools/objtool/include/objtool/
Delf.h29 struct elf_hash_node { struct
30 struct elf_hash_node *next; argument
35 struct elf_hash_node hash;
36 struct elf_hash_node name_hash;
52 struct elf_hash_node hash;
53 struct elf_hash_node name_hash;
77 struct elf_hash_node hash;
99 struct elf_hash_node **symbol_hash;
100 struct elf_hash_node **symbol_name_hash;
101 struct elf_hash_node **section_hash;
[all …]
/linux-6.12.1/tools/objtool/
Delf.c38 struct elf_hash_node *__node = node; \
43 static inline void __elf_hash_del(struct elf_hash_node *node, in __elf_hash_del()
44 struct elf_hash_node **head) in __elf_hash_del()
46 struct elf_hash_node *cur, *prev; in __elf_hash_del()
78 __elf_table(name) = mmap(NULL, sizeof(struct elf_hash_node *) << __elf_bits(name), \