Home | History | Annotate | Download | only in info

Lines Matching full:asymbol

614         (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
888 bfd_boolean, asymbol **);
2057 applications though the `asymbol' structure. When the application
2072 with a table of pointers to pointers to `asymbol's. This allows
2081 * typedef asymbol::
2095 asymbol **symbol_table;
2140 asymbol *ptrs[2];
2141 asymbol *new;
2169 File: bfd.info, Node: Mini Symbols, Next: typedef asymbol, Prev: Writing Symbols, Up: Symbols
2187 `bfd_make_empty_symbol', and return a `asymbol' structure. The return
2192 File: bfd.info, Node: typedef asymbol, Next: symbol handling functions, Prev: Mini Symbols, Up: Symbols
2194 2.7.4 typedef asymbol
2197 An `asymbol' has the form:
2322 asymbol;
2325 File: bfd.info, Node: symbol handling functions, Prev: typedef asymbol, Up: Symbols
2345 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
2366 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
2389 (bfd *abfd, asymbol **location, unsigned int count);
2398 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
2406 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2410 information surrounding the `asymbol'. Building your own `asymbol' and
2420 asymbol *_bfd_generic_make_empty_symbol (bfd *);
2422 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2430 Create a new `asymbol' structure for the BFD ABFD, to be used as a
2443 int bfd_decode_symclass (asymbol *symbol);
2463 void bfd_symbol_info (asymbol *symbol, symbol_info *ret);
2470 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
5178 asymbol **symbols);
5492 (bfd *, asymbol *, bfd *, asymbol *);
5569 bfd_boolean (*_bfd_is_target_special_symbol) (bfd *, asymbol *);
5582 asymbol * (*_bfd_make_debug_symbol)
5590 asymbol * (*_minisymbol_to_symbol)
5591 (bfd *, bfd_boolean, const void *, asymbol *);
7042 generic `asymbol' structures.
7859 various flags to set in the `asymbol'. *Note Symbols::. The generated
7869 lose any debugging information. The `asymbol' structure remembers the
7893 the `asymbol''s `asection' *Note Sections::.
7900 into the symbol table of the asymbol.
7911 The hidden information for an `asymbol' is described in a
7951 /* Each canonical asymbol really looks like this: */
7956 asymbol symbol;
10467 Node: typedef asymbol85459