Home
last modified time | relevance | path

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

123

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A 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 *));
H A Dlibaout.h347 } aout_symbol_type; typedef
356 aout_symbol_type *symbols; /* Symtab for input bfd. */
454 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
501 PARAMS ((bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
H A Dpdp11.c358 PARAMS ((bfd *, aout_symbol_type *));
1544 aout_symbol_type *cache_ptr;
1709 aout_symbol_type *new = (aout_symbol_type *) bfd_zalloc (abfd, amt);
1722 aout_symbol_type *in;
1777 aout_symbol_type *cached;
1790 cached_size *= sizeof (aout_symbol_type);
1960 aout_symbol_type *symbase;
2475 memset (sym, 0, sizeof (aout_symbol_type));
2480 (aout_symbol_type *) sym,
2528 aout_symbol_type *q = (aout_symbol_type *)(*p);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A 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 *));
H A Dlibaout.h342 } aout_symbol_type;
350 aout_symbol_type *symbols; /* symtab for input bfd */
447 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
494 PARAMS ((bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
H A Dpdp11.c363 PARAMS ((bfd *, aout_symbol_type *));
1564 aout_symbol_type *cache_ptr;
1765 aout_symbol_type *new = (aout_symbol_type *) bfd_zalloc (abfd, amt);
1778 aout_symbol_type *in;
1833 aout_symbol_type *cached;
1846 cached_size *= sizeof (aout_symbol_type);
2016 aout_symbol_type *symbase;
2566 memset (sym, 0, sizeof (aout_symbol_type));
2571 (aout_symbol_type *) sym,
2619 aout_symbol_type *q = (aout_symbol_type *)(*p);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A 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 *));
H A Dlibaout.h342 } aout_symbol_type;
350 aout_symbol_type *symbols; /* symtab for input bfd */
447 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
494 PARAMS ((bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
H A Dpdp11.c363 PARAMS ((bfd *, aout_symbol_type *));
1564 aout_symbol_type *cache_ptr;
1765 aout_symbol_type *new = (aout_symbol_type *) bfd_zalloc (abfd, amt);
1778 aout_symbol_type *in;
1833 aout_symbol_type *cached;
1846 cached_size *= sizeof (aout_symbol_type);
2016 aout_symbol_type *symbase;
2566 memset (sym, 0, sizeof (aout_symbol_type));
2571 (aout_symbol_type *) sym,
2619 aout_symbol_type *q = (aout_symbol_type *)(*p);
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A 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 *));
H A 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,
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dhp300hpux.c200 (struct external_nlist *, aout_symbol_type *, bfd *);
348 aout_symbol_type *cache_ptr, in convert_sym_type()
531 aout_symbol_type *cached; in MY()
536 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL) in MY()
566 amt *= sizeof (aout_symbol_type); in MY()
567 cached = (aout_symbol_type *) bfd_zalloc (abfd, amt); in MY()
578 aout_symbol_type *cache_ptr = cached; in MY()
792 aout_symbol_type *symbase; in MY()
814 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *)); in MY()
H A Dlibaout.h344 } aout_symbol_type; typedef
368 aout_symbol_type *symbols; /* Symtab for input bfd. */
453 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
500 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dhp300hpux.c200 (struct external_nlist *, aout_symbol_type *, bfd *);
348 aout_symbol_type *cache_ptr, in convert_sym_type()
531 aout_symbol_type *cached; in MY()
536 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL) in MY()
566 amt *= sizeof (aout_symbol_type); in MY()
567 cached = (aout_symbol_type *) bfd_zalloc (abfd, amt); in MY()
578 aout_symbol_type *cache_ptr = cached; in MY()
792 aout_symbol_type *symbase; in MY()
814 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *)); in MY()
H A Dlibaout.h344 } aout_symbol_type; typedef
368 aout_symbol_type *symbols; /* Symtab for input bfd. */
453 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
500 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dhp300hpux.c201 (struct external_nlist *, aout_symbol_type *, bfd *);
351 aout_symbol_type *cache_ptr, in convert_sym_type()
534 aout_symbol_type *cached; in MY()
539 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL) in MY()
569 amt *= sizeof (aout_symbol_type); in MY()
570 cached = (aout_symbol_type *) bfd_zalloc (abfd, amt); in MY()
581 aout_symbol_type *cache_ptr = cached; in MY()
795 aout_symbol_type *symbase; in MY()
817 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *)); in MY()
H A Dlibaout.h346 } aout_symbol_type; typedef
370 aout_symbol_type *symbols; /* Symtab for input bfd. */
455 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
502 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dhp300hpux.c200 (struct external_nlist *, aout_symbol_type *, bfd *);
348 aout_symbol_type *cache_ptr, in convert_sym_type()
531 aout_symbol_type *cached; in MY()
536 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL) in MY()
566 amt *= sizeof (aout_symbol_type); in MY()
567 cached = (aout_symbol_type *) bfd_zalloc (abfd, amt); in MY()
578 aout_symbol_type *cache_ptr = cached; in MY()
792 aout_symbol_type *symbase; in MY()
814 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *)); in MY()
H A Dlibaout.h344 } aout_symbol_type; typedef
368 aout_symbol_type *symbols; /* Symtab for input bfd. */
453 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
500 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dhp300hpux.c203 PARAMS ((struct external_nlist *, aout_symbol_type *, bfd *));
362 aout_symbol_type *cache_ptr;
547 aout_symbol_type *cached;
552 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL)
582 amt *= sizeof (aout_symbol_type);
583 cached = (aout_symbol_type *) bfd_zalloc (abfd, amt);
594 aout_symbol_type *cache_ptr = cached;
818 aout_symbol_type *symbase;
841 return (bfd_get_symcount (abfd) + 1) * (sizeof (aout_symbol_type *));
H A Dlibaout.h346 } aout_symbol_type; typedef
370 aout_symbol_type *symbols; /* Symtab for input bfd. */
455 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
502 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dlibaout.h344 } aout_symbol_type; typedef
369 aout_symbol_type *symbols; /* Symtab for input bfd. */
454 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
501 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dlibaout.h344 } aout_symbol_type; typedef
369 aout_symbol_type *symbols; /* Symtab for input bfd. */
454 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
501 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/devel/gdb/gdb-11.1/bfd/
H A Dlibaout.h344 } aout_symbol_type; typedef
369 aout_symbol_type *symbols; /* Symtab for input bfd. */
454 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
501 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,
/dports/devel/binutils/binutils-2.37/bfd/
H A Dlibaout.h344 } aout_symbol_type; typedef
369 aout_symbol_type *symbols; /* Symtab for input bfd. */
454 #define aout_symbol(asymbol) ((aout_symbol_type *)(&(asymbol)->the_bfd))
501 (bfd *, aout_symbol_type *, struct external_nlist *, bfd_size_type,

123