Home
last modified time | relevance | path

Searched defs:elf_symbol (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
Duwx_symbols.c215 struct elf_symbol { struct
216 uint64_t value;
217 char *namep;
218 int name;
219 int type;
220 int shndx;
/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-elf.h102 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd)) macro
/freebsd-10-stable/contrib/binutils/bfd/
Delf.c8881 struct elf_symbol struct
8905 const struct elf_symbol *s1 = (const struct elf_symbol *) arg1; in elf_sym_name_compare() argument