/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | archive64.c | 51 carsym *carsyms; in bfd_elf64_archive_slurp_armap() 93 carsym_size = nsymz * sizeof (carsym); in bfd_elf64_archive_slurp_armap()
|
H A D | archive.c | 237 bfd_get_next_mapent (bfd *abfd, symindex prev, carsym **entry) in bfd_get_next_mapent() 562 carsym *entry; in _bfd_generic_get_elt_at_index() 731 carsym *set; in do_slurp_bsd_armap() 767 amt = ardata->symdef_count * sizeof (carsym); in do_slurp_bsd_armap() 801 carsym *carsyms; in do_slurp_coff_armap() 844 if (nsymz > ~ (bfd_size_type) 0 / sizeof (carsym)) in do_slurp_coff_armap() 847 carsym_size = (nsymz * sizeof (carsym)); in do_slurp_coff_armap() 973 carsym *set; in bfd_slurp_bsd_armap_f2()
|
H A D | bfd-in.h | 274 typedef struct carsym struct 279 carsym; /* To make these you call a carsymogen. */ typedef
|
H A D | libbfd-in.h | 70 carsym *symdefs; /* the symdef entries */
|
H A D | linker.c | 965 carsym *arsyms; in _bfd_generic_link_add_archive_symbols() 966 carsym *arsym_end; in _bfd_generic_link_add_archive_symbols() 967 register carsym *arsym; in _bfd_generic_link_add_archive_symbols()
|
H A D | libbfd.h | 75 carsym *symdefs; /* the symdef entries */
|
H A D | coff-rs6000.c | 1123 carsym *arsym; 1177 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym))); 1235 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
|
H A D | coff64-rs6000.c | 1857 carsym *arsym; 1910 amt *= sizeof (carsym); 1911 bfd_ardata (abfd)->symdefs = (carsym *) bfd_alloc (abfd, amt);
|
H A D | bfd-in2.h | 281 typedef struct carsym struct 286 carsym; /* To make these you call a carsymogen. */ typedef 4716 (bfd *abfd, symindex previous, carsym **sym);
|
H A D | som.c | 5494 carsym **syms) in som_bfd_fill_in_ar_symbols() 5497 carsym *set = syms[0]; in som_bfd_fill_in_ar_symbols() 5707 amt *= sizeof (carsym); in som_slurp_armap()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | archive64.c | 51 carsym *carsyms; in bfd_elf64_archive_slurp_armap() 93 carsym_size = nsymz * sizeof (carsym); in bfd_elf64_archive_slurp_armap()
|
H A D | archive.c | 205 bfd_get_next_mapent (bfd *abfd, symindex prev, carsym **entry) in bfd_get_next_mapent() 506 carsym *entry; in _bfd_generic_get_elt_at_index() 684 carsym *set; in do_slurp_bsd_armap() 720 amt = ardata->symdef_count * sizeof (carsym); in do_slurp_bsd_armap() 754 carsym *carsyms; in do_slurp_coff_armap() 799 carsym_size = (nsymz * sizeof (carsym)); in do_slurp_coff_armap() 922 carsym *set; in bfd_slurp_bsd_armap_f2()
|
H A D | bfd-in.h | 268 typedef struct carsym struct 273 carsym; /* To make these you call a carsymogen. */ argument
|
H A D | libbfd-in.h | 61 carsym *symdefs; /* the symdef entries */
|
H A D | libbfd.h | 66 carsym *symdefs; /* the symdef entries */
|
H A D | linker.c | 921 carsym *arsyms; in _bfd_generic_link_add_archive_symbols() 922 carsym *arsym_end; in _bfd_generic_link_add_archive_symbols() 923 register carsym *arsym; in _bfd_generic_link_add_archive_symbols()
|
H A D | coff-rs6000.c | 1123 carsym *arsym; 1177 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym))); 1235 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
|
H A D | coff64-rs6000.c | 1858 carsym *arsym; 1911 amt *= sizeof (carsym); 1912 bfd_ardata (abfd)->symdefs = (carsym *) bfd_alloc (abfd, amt);
|
H A D | bfd-in2.h | 275 typedef struct carsym struct 280 carsym; /* To make these you call a carsymogen. */ argument 3998 (bfd *abfd, symindex previous, carsym **sym);
|
H A D | som.c | 270 PARAMS ((bfd *, struct lst_header *, carsym **)); 5572 carsym **syms; 5575 carsym *set = syms[0]; 5786 amt *= sizeof (carsym); 5787 ardata->symdefs = (carsym *) bfd_alloc (abfd, amt);
|
H A D | elflink.h | 36 PARAMS ((bfd *, carsym *)); 149 carsym * symdef; 260 carsym *symdefs; 292 carsym *symdef; 293 carsym *symdefend;
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | archive.texi | 61 (bfd *abfd, symindex previous, carsym **sym); 73 A @code{carsym} is a canonical archive symbol. The only
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | archive.texi | 58 (bfd *abfd, symindex previous, carsym **sym); 70 A @code{carsym} is a canonical archive symbol. The only
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | nm.c | 1550 carsym *thesym; in print_symdef_entry()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | nm.c | 371 carsym *thesym; in print_symdef_entry()
|