Home | History | Annotate | Download | only in info

Lines Matching full:asymbol

704         (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
978 bfd_boolean, asymbol **);
2157 applications though the `asymbol' structure. When the application
2172 with a table of pointers to pointers to `asymbol's. This allows
2181 * typedef asymbol::
2195 asymbol **symbol_table;
2240 asymbol *ptrs[2];
2241 asymbol *new;
2269 File: bfd.info, Node: Mini Symbols, Next: typedef asymbol, Prev: Writing Symbols, Up: Symbols
2287 `bfd_make_empty_symbol', and return a `asymbol' structure. The return
2292 File: bfd.info, Node: typedef asymbol, Next: symbol handling functions, Prev: Mini Symbols, Up: Symbols
2294 2.7.4 typedef asymbol
2297 An `asymbol' has the form:
2433 asymbol;
2436 File: bfd.info, Node: symbol handling functions, Prev: typedef asymbol, Up: Symbols
2456 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
2477 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
2500 (bfd *abfd, asymbol **location, unsigned int count);
2509 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
2517 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2521 information surrounding the `asymbol'. Building your own `asymbol' and
2531 asymbol *_bfd_generic_make_empty_symbol (bfd *);
2533 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2541 Create a new `asymbol' structure for the BFD ABFD, to be used as a
2554 int bfd_decode_symclass (asymbol *symbol);
2574 void bfd_symbol_info (asymbol *symbol, symbol_info *ret);
2581 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
5381 asymbol **symbols);
5695 (bfd *, asymbol *, bfd *, asymbol *);
5772 bfd_boolean (*_bfd_is_target_special_symbol) (bfd *, asymbol *);
5785 asymbol * (*_bfd_make_debug_symbol)
5793 asymbol * (*_minisymbol_to_symbol)
5794 (bfd *, bfd_boolean, const void *, asymbol *);
7276 generic `asymbol' structures.
8093 various flags to set in the `asymbol'. *Note Symbols::. The generated
8103 lose any debugging information. The `asymbol' structure remembers the
8127 the `asymbol''s `asection' *Note Sections::.
8134 into the symbol table of the asymbol.
8145 The hidden information for an `asymbol' is described in a
8185 /* Each canonical asymbol really looks like this: */
8190 asymbol symbol;
10780 Node: typedef asymbol89399