Lines Matching full:asymbol
28 to applications though the <<asymbol>> structure. When the
46 pointers to pointers to <<asymbol>>s. This allows applications
53 @* typedef asymbol::
67 | asymbol **symbol_table;
113 | asymbol *ptrs[2];
114 | asymbol *new;
143 Mini Symbols, typedef asymbol, Writing Symbols, Symbols
160 <<bfd_make_empty_symbol>>, and return a <<asymbol>> structure.
169 typedef asymbol, symbol handling functions, Mini Symbols, Symbols
174 typedef asymbol
176 An <<asymbol>> has the form:
325 .asymbol;
339 symbol handling functions, , typedef asymbol, Symbols
364 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
372 bfd_is_local_label (bfd *abfd, asymbol *sym)
407 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
441 (bfd *abfd, asymbol **location, unsigned int count);
450 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount)
468 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
475 bfd_print_symbol_vandf (bfd *abfd, void *arg, asymbol *symbol)
511 Create a new <<asymbol>> structure for the BFD @var{abfd}
515 information surrounding the <<asymbol>>. Building your own
516 <<asymbol>> and pointing to it will not create the private
529 asymbol *_bfd_generic_make_empty_symbol (bfd *);
532 Create a new <<asymbol>> structure for the BFD @var{abfd}
538 asymbol *
541 bfd_size_type amt = sizeof (asymbol);
542 asymbol *new_symbol = (asymbol *) bfd_zalloc (abfd, amt);
553 Create a new <<asymbol>> structure for the BFD @var{abfd},
658 int bfd_decode_symclass (asymbol *symbol);
661 bfd_decode_symclass (asymbol *symbol)
752 void bfd_symbol_info (asymbol *symbol, symbol_info *ret);
756 bfd_symbol_info (asymbol *symbol, symbol_info *ret)
774 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
793 version. It just uses BFD asymbol structures as mini symbols. */
802 asymbol **syms = NULL;
814 syms = (asymbol **) bfd_malloc (storage);
826 *sizep = sizeof (asymbol *);
838 an asymbol. We don't worry about the sym argument we are passed;
839 we just return the asymbol the minisymbol points to. */
841 asymbol *
845 asymbol *sym ATTRIBUTE_UNUSED)
847 return *(asymbol **) minisym;
925 asymbol **symbols,
1064 asymbol *sym;