Home | History | Annotate | Download | only in info

Lines Matching full:asymbol

703         (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
977 bfd_boolean, asymbol **);
2156 applications though the `asymbol' structure. When the application
2171 with a table of pointers to pointers to `asymbol's. This allows
2180 * typedef asymbol::
2194 asymbol **symbol_table;
2239 asymbol *ptrs[2];
2240 asymbol *new;
2268 File: bfd.info, Node: Mini Symbols, Next: typedef asymbol, Prev: Writing Symbols, Up: Symbols
2286 `bfd_make_empty_symbol', and return a `asymbol' structure. The return
2291 File: bfd.info, Node: typedef asymbol, Next: symbol handling functions, Prev: Mini Symbols, Up: Symbols
2293 2.7.4 typedef asymbol
2296 An `asymbol' has the form:
2432 asymbol;
2435 File: bfd.info, Node: symbol handling functions, Prev: typedef asymbol, Up: Symbols
2455 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
2476 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
2499 (bfd *abfd, asymbol **location, unsigned int count);
2508 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
2516 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2520 information surrounding the `asymbol'. Building your own `asymbol' and
2530 asymbol *_bfd_generic_make_empty_symbol (bfd *);
2532 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2540 Create a new `asymbol' structure for the BFD ABFD, to be used as a
2553 int bfd_decode_symclass (asymbol *symbol);
2573 void bfd_symbol_info (asymbol *symbol, symbol_info *ret);
2580 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
5380 asymbol **symbols);
5694 (bfd *, asymbol *, bfd *, asymbol *);
5771 bfd_boolean (*_bfd_is_target_special_symbol) (bfd *, asymbol *);
5784 asymbol * (*_bfd_make_debug_symbol)
5792 asymbol * (*_minisymbol_to_symbol)
5793 (bfd *, bfd_boolean, const void *, asymbol *);
7275 generic `asymbol' structures.
8092 various flags to set in the `asymbol'. *Note Symbols::. The generated
8102 lose any debugging information. The `asymbol' structure remembers the
8126 the `asymbol''s `asection' *Note Sections::.
8133 into the symbol table of the asymbol.
8144 The hidden information for an `asymbol' is described in a
8184 /* Each canonical asymbol really looks like this: */
8189 asymbol symbol;
10778 Node: typedef asymbol89405