Searched defs:elf_symbol (Results 1 – 3 of 3) sorted by relevance
215 struct elf_symbol { struct216 uint64_t value;217 char *namep;218 int name;219 int type;220 int shndx;
102 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd)) macro
8881 struct elf_symbol struct8905 const struct elf_symbol *s1 = (const struct elf_symbol *) arg1; in elf_sym_name_compare() argument