Lines Matching full:asymbol
711 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
985 bfd_boolean, asymbol **);
2193 applications though the `asymbol' structure. When the application
2208 with a table of pointers to pointers to `asymbol's. This allows
2217 * typedef asymbol::
2231 asymbol **symbol_table;
2276 asymbol *ptrs[2];
2277 asymbol *new;
2305 File: bfd.info, Node: Mini Symbols, Next: typedef asymbol, Prev: Writing Symbols, Up: Symbols
2323 `bfd_make_empty_symbol', and return a `asymbol' structure. The return
2328 File: bfd.info, Node: typedef asymbol, Next: symbol handling functions, Prev: Mini Symbols, Up: Symbols
2330 2.7.4 typedef asymbol
2333 An `asymbol' has the form:
2476 asymbol;
2479 File: bfd.info, Node: symbol handling functions, Prev: typedef asymbol, Up: Symbols
2499 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
2520 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
2543 (bfd *abfd, asymbol **location, unsigned int count);
2552 void bfd_print_symbol_vandf (bfd *abfd, void *file, asymbol *symbol);
2560 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2564 information surrounding the `asymbol'. Building your own `asymbol' and
2574 asymbol *_bfd_generic_make_empty_symbol (bfd *);
2576 Create a new `asymbol' structure for the BFD ABFD and return a pointer
2584 Create a new `asymbol' structure for the BFD ABFD, to be used as a
2597 int bfd_decode_symclass (asymbol *symbol);
2617 void bfd_symbol_info (asymbol *symbol, symbol_info *ret);
2624 (bfd *ibfd, asymbol *isym, bfd *obfd, asymbol *osym);
5611 asymbol **symbols);
5926 (bfd *, asymbol *, bfd *, asymbol *);
6005 bfd_boolean (*_bfd_is_target_special_symbol) (bfd *, asymbol *);
6018 asymbol * (*_bfd_make_debug_symbol)
6026 asymbol * (*_minisymbol_to_symbol)
6027 (bfd *, bfd_boolean, const void *, asymbol *);
7568 generic `asymbol' structures.
8468 various flags to set in the `asymbol'. *Note Symbols::. The generated
8478 lose any debugging information. The `asymbol' structure remembers the
8502 the `asymbol''s `asection' *Note Sections::.
8509 into the symbol table of the asymbol.
8520 The hidden information for an `asymbol' is described in a
8560 /* Each canonical asymbol really looks like this: */
8565 asymbol symbol;
11367 Node: typedef asymbol90640