Home
last modified time | relevance | path

Searched refs:aout_symbol_type (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDlibaout.h345 } aout_symbol_type; typedef
354 aout_symbol_type *symbols; /* Symtab for input bfd. */
452 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
499 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
HDaoutx.h1376 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr) in translate_from_native_sym_flags()
1615 sym_pointer->e_type[0] = ((aout_symbol_type *) cache_ptr)->type; in translate_to_native_sym_flags()
1623 int type = ((aout_symbol_type *) cache_ptr)->type; in translate_to_native_sym_flags()
1661 bfd_size_type amt = sizeof (aout_symbol_type); in NAME()
1663 aout_symbol_type *new = bfd_zalloc (abfd, amt); in NAME()
1675 aout_symbol_type *in, in NAME()
1728 aout_symbol_type *cached; in NAME()
1741 cached_size *= sizeof (aout_symbol_type); in NAME()
1903 aout_symbol_type *symbase; in NAME()
2465 return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *)); in NAME()
[all …]
HDbout.c550 aout_symbol_type *symbol = aout_symbol (symbol_in); in calljx_callback()
557 aout_symbol_type *balsym = symbol+1; in calljx_callback()
590 aout_symbol_type *symbol = aout_symbol (symbol_in); in callj_callback()
602 aout_symbol_type *balsym = symbol+1; in callj_callback()
HDsunos.c88 aout_symbol_type *canonical_dynsym;
374 size = (bfd_size_type) info->dynsym_count * sizeof (aout_symbol_type); in sunos_canonicalize_dynamic_symtab()