HomeSort by relevance Sort by last modified time
    Searched refs:symdefs (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
archive64.c 53 ardata->symdefs = NULL;
95 ardata->symdefs = (struct carsym *) bfd_zalloc (abfd, amt);
96 if (ardata->symdefs == NULL)
98 carsyms = ardata->symdefs;
99 stringbase = ((char *) ardata->symdefs) + carsym_size;
135 bfd_release (abfd, ardata->symdefs);
archive.c 226 bfd_ardata (abfd)->symdefs = NULL;
272 *entry = (bfd_ardata (abfd)->symdefs + prev);
737 entry = bfd_ardata (abfd)->symdefs + sym_index;
829 bfd_ardata (abfd)->symdefs = NULL;
939 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt);
940 if (!ardata->symdefs)
943 for (counter = 0, set = ardata->symdefs;
1025 ardata->symdefs = (struct carsym *) bfd_zalloc (abfd,
1027 if (ardata->symdefs == NULL)
1029 carsyms = ardata->symdefs;
    [all...]
vms-lib.c 530 tdata->artdata.symdefs = vms_lib_read_index (abfd, 1, &nbr_ent);
531 if (tdata->artdata.symdefs == NULL)
696 tdata->artdata.symdefs = NULL;
720 carsym *syms = tdata->artdata.symdefs;
    [all...]
coff-rs6000.c     [all...]
coff64-rs6000.c     [all...]
libbfd-in.h 62 needs to be free()'d. For an output archive, symdefs do. */
70 carsym *symdefs; /* The symdef entries. */ member in struct:artdata
libbfd.h 67 needs to be free()'d. For an output archive, symdefs do. */
75 carsym *symdefs; /* The symdef entries. */ member in struct:artdata
    [all...]
som.c     [all...]
coff-alpha.c     [all...]
elflink.c 4947 carsym *symdefs; local
    [all...]
linker.c     [all...]
ecoff.c     [all...]

Completed in 5696 milliseconds