Searched refs:carsym (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive64.c | 50 carsym *carsyms; in bfd_elf64_archive_slurp_armap() 91 carsym_size = nsymz * sizeof (carsym); in bfd_elf64_archive_slurp_armap() 95 ardata->symdefs = (struct carsym *) bfd_zalloc (abfd, amt); in bfd_elf64_archive_slurp_armap()
|
D | vms-lib.c | 88 struct carsym *modules; 115 struct carsym *idx; 136 struct carsym *n; in vms_add_index() 142 n = bfd_malloc2 (cs->max, sizeof (struct carsym)); in vms_add_index() 145 memcpy (n, cs->idx, cs->nbr * sizeof (struct carsym)); in vms_add_index() 150 n = bfd_realloc_or_free (cs->idx, cs->nbr * sizeof (struct carsym)); in vms_add_index() 383 static struct carsym * 389 struct carsym *csbuf; in vms_lib_read_index() 403 csbuf = bfd_alloc (abfd, *nbrel * sizeof (struct carsym)); in vms_lib_read_index() 429 csbuf = bfd_alloc (abfd, csm.nbr * sizeof (struct carsym)); in vms_lib_read_index() [all …]
|
D | archive.c | 255 bfd_get_next_mapent (bfd *abfd, symindex prev, carsym **entry) in bfd_get_next_mapent() 731 carsym *entry; in _bfd_generic_get_elt_at_index() 898 carsym *set; in do_slurp_bsd_armap() 934 amt = ardata->symdef_count * sizeof (carsym); in do_slurp_bsd_armap() 935 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt); in do_slurp_bsd_armap() 969 carsym *carsyms; in do_slurp_coff_armap() 1012 if (nsymz > ~ (bfd_size_type) 0 / sizeof (carsym)) in do_slurp_coff_armap() 1015 carsym_size = (nsymz * sizeof (carsym)); in do_slurp_coff_armap() 1021 ardata->symdefs = (struct carsym *) bfd_zalloc (abfd, in do_slurp_coff_armap() 1162 carsym *set; in bfd_slurp_bsd_armap_f2() [all …]
|
D | bfd-in.h | 240 typedef struct carsym struct 245 carsym; /* To make these you call a carsymogen. */ typedef
|
D | coff-rs6000.c | 1226 carsym *arsym; in _bfd_xcoff_slurp_armap() 1280 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym))); in _bfd_xcoff_slurp_armap() 1338 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym))); in _bfd_xcoff_slurp_armap()
|
D | libbfd-in.h | 70 carsym *symdefs; /* The symdef entries. */
|
D | libbfd.h | 75 carsym *symdefs; /* The symdef entries. */
|
D | coff64-rs6000.c | 1872 carsym *arsym; in xcoff64_slurp_armap() 1925 amt *= sizeof (carsym); in xcoff64_slurp_armap() 1926 bfd_ardata (abfd)->symdefs = (carsym *) bfd_alloc (abfd, amt); in xcoff64_slurp_armap()
|
D | linker.c | 957 carsym *arsyms; in _bfd_generic_link_add_archive_symbols() 958 carsym *arsym_end; in _bfd_generic_link_add_archive_symbols() 959 carsym *arsym; in _bfd_generic_link_add_archive_symbols()
|
D | bfd-in2.h | 247 typedef struct carsym struct 252 carsym; /* To make these you call a carsymogen. */ typedef 6758 (bfd *abfd, symindex previous, carsym **sym);
|
D | ecoff.c | 2856 carsym *symdef_ptr; in _bfd_ecoff_slurp_armap() 2976 amt *= sizeof (carsym); in _bfd_ecoff_slurp_armap() 2977 symdef_ptr = (carsym *) bfd_alloc (abfd, amt); in _bfd_ecoff_slurp_armap()
|
D | coff-alpha.c | 2221 carsym *entry; in alpha_ecoff_get_elt_at_index()
|
D | som.c | 5946 carsym **syms) in som_bfd_fill_in_ar_symbols() 5949 carsym *set = syms[0]; in som_bfd_fill_in_ar_symbols() 6177 amt *= sizeof (carsym); in som_slurp_armap()
|
D | elflink.c | 2916 elf_link_is_defined_archive_symbol (bfd * abfd, carsym * symdef) in elf_link_is_defined_archive_symbol() 4947 carsym *symdefs; in elf_link_add_archive_symbols() 4983 carsym *symdef; in elf_link_add_archive_symbols() 4984 carsym *symdefend; in elf_link_add_archive_symbols()
|
D | ChangeLog-2010 | 2233 (vms_traverse_index): Parameter carsym changed to carsym_mem.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nm.c | 383 carsym *thesym; in print_symdef_entry()
|