Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Delf.h38 struct elf_hash_node { struct
39 struct elf_hash_node *next; argument
44 struct elf_hash_node hash;
45 struct elf_hash_node name_hash;
64 struct elf_hash_node hash;
65 struct elf_hash_node name_hash;
100 struct elf_hash_node hash;
123 struct elf_hash_node **symbol_hash;
124 struct elf_hash_node **symbol_name_hash;
125 struct elf_hash_node **section_hash;
[all …]
/linux/tools/objtool/
H A Delf.c41 struct elf_hash_node *__node = node; \
46 static inline void __elf_hash_del(struct elf_hash_node *node, in __elf_hash_del()
47 struct elf_hash_node **head) in __elf_hash_del()
49 struct elf_hash_node *cur, *prev; in __elf_hash_del()
81 __elf_table(name) = mmap(NULL, sizeof(struct elf_hash_node *) << __elf_bits(name), \