Home
last modified time | relevance | path

Searched refs:aout_symbol_type (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Dhp300hpux.c202 PARAMS ((struct external_nlist *, aout_symbol_type *, bfd *));
361 aout_symbol_type *cache_ptr;
546 aout_symbol_type *cached;
551 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL)
581 amt *= sizeof (aout_symbol_type);
582 cached = (aout_symbol_type *) bfd_zalloc (abfd, amt);
593 aout_symbol_type *cache_ptr = cached;
594 aout_symbol_type cache_save;
819 aout_symbol_type *symbase;
842 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *));
Dlibaout.h347 } aout_symbol_type; typedef
355 aout_symbol_type *symbols; /* symtab for input bfd */
452 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
499 PARAMS ((bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
Dpdp11.c363 PARAMS ((bfd *, aout_symbol_type *));
724 obj_aout_symbols (abfd) = (aout_symbol_type *)NULL;
1564 aout_symbol_type *cache_ptr;
1714 sym_pointer->e_type[0] = ((aout_symbol_type *) cache_ptr)->type;
1721 int type = ((aout_symbol_type *) cache_ptr)->type;
1764 bfd_size_type amt = sizeof (aout_symbol_type);
1765 aout_symbol_type *new = (aout_symbol_type *) bfd_zalloc (abfd, amt);
1778 aout_symbol_type *in;
1833 aout_symbol_type *cached;
1837 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL)
[all …]
Daoutx.h135 PARAMS ((bfd *, aout_symbol_type *));
524 obj_aout_symbols (abfd) = (aout_symbol_type *)NULL;
1413 aout_symbol_type *cache_ptr;
1735 sym_pointer->e_type[0] = ((aout_symbol_type *) cache_ptr)->type;
1743 int type = ((aout_symbol_type *) cache_ptr)->type;
1782 bfd_size_type amt = sizeof (aout_symbol_type);
1783 aout_symbol_type *new = (aout_symbol_type *) bfd_zalloc (abfd, amt);
1796 aout_symbol_type *in;
1850 aout_symbol_type *cached;
1854 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL)
[all …]
Dbout.c397 aout_symbol_type *symbol = aout_symbol (symbol_in);
404 aout_symbol_type *balsym = symbol+1;
438 aout_symbol_type *symbol = aout_symbol (symbol_in);
451 aout_symbol_type *balsym = symbol+1;
Dsunos.c116 aout_symbol_type *canonical_dynsym;
402 if (info->canonical_dynsym == (aout_symbol_type *) NULL)
407 size = (bfd_size_type) info->dynsym_count * sizeof (aout_symbol_type);
408 info->canonical_dynsym = (aout_symbol_type *) bfd_alloc (abfd, size);
Driscix.c564 obj_aout_symbols (abfd) = (aout_symbol_type *)NULL;
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dhp300hpux.c202 PARAMS ((struct external_nlist *, aout_symbol_type *, bfd *));
361 aout_symbol_type *cache_ptr;
546 aout_symbol_type *cached;
551 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL)
581 amt *= sizeof (aout_symbol_type);
582 cached = (aout_symbol_type *) bfd_zalloc (abfd, amt);
593 aout_symbol_type *cache_ptr = cached;
594 aout_symbol_type cache_save;
819 aout_symbol_type *symbase;
842 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *));
Dlibaout.h345 } aout_symbol_type; typedef
354 aout_symbol_type *symbols; /* Symtab for input bfd. */
452 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
499 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
Dpdp11.c1274 aout_symbol_type *cache_ptr) in translate_from_native_sym_flags()
1421 sym_pointer->e_type[0] = ((aout_symbol_type *) cache_ptr)->type; in translate_to_native_sym_flags()
1435 bfd_size_type amt = sizeof (aout_symbol_type); in NAME()
1436 aout_symbol_type *new = bfd_zalloc (abfd, amt); in NAME()
1449 aout_symbol_type *in, in NAME()
1503 aout_symbol_type *cached; in NAME()
1516 cached_size *= sizeof (aout_symbol_type); in NAME()
1674 aout_symbol_type *symbase; in NAME()
2041 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *)); in NAME()
2167 memset (sym, 0, sizeof (aout_symbol_type)); in NAME()
[all …]
Daoutx.h1358 translate_from_native_sym_flags (bfd *abfd, aout_symbol_type *cache_ptr) in translate_from_native_sym_flags()
1597 sym_pointer->e_type[0] = ((aout_symbol_type *) cache_ptr)->type; in translate_to_native_sym_flags()
1605 int type = ((aout_symbol_type *) cache_ptr)->type; in translate_to_native_sym_flags()
1643 bfd_size_type amt = sizeof (aout_symbol_type); in NAME()
1645 aout_symbol_type *new = bfd_zalloc (abfd, amt); in NAME()
1657 aout_symbol_type *in, in NAME()
1710 aout_symbol_type *cached; in NAME()
1723 cached_size *= sizeof (aout_symbol_type); in NAME()
1885 aout_symbol_type *symbase; in NAME()
2444 return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *)); in NAME()
[all …]
Dbout.c550 aout_symbol_type *symbol = aout_symbol (symbol_in); in calljx_callback()
557 aout_symbol_type *balsym = symbol+1; in calljx_callback()
590 aout_symbol_type *symbol = aout_symbol (symbol_in); in callj_callback()
602 aout_symbol_type *balsym = symbol+1; in callj_callback()
Dsunos.c88 aout_symbol_type *canonical_dynsym;
374 size = (bfd_size_type) info->dynsym_count * sizeof (aout_symbol_type); in sunos_canonicalize_dynamic_symtab()