Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A 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;
75 struct elf_hash_node hash;
97 struct elf_hash_node **symbol_hash;
98 struct elf_hash_node **symbol_name_hash;
99 struct elf_hash_node **section_hash;
[all …]
/openbmc/linux/tools/objtool/
H A Delf.c40 struct elf_hash_node *__node = node; \
45 static inline void __elf_hash_del(struct elf_hash_node *node, in __elf_hash_del()
46 struct elf_hash_node **head) in __elf_hash_del()
48 struct elf_hash_node *cur, *prev; in __elf_hash_del()
80 __elf_table(name) = mmap(NULL, sizeof(struct elf_hash_node *) << __elf_bits(name), \