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

  /toolchain/binutils/binutils-2.27/bfd/
archive64.c 51 ardata->symdefs = NULL;
98 ardata->symdefs = (struct carsym *) bfd_zalloc (abfd, amt);
99 if (ardata->symdefs == NULL)
101 carsyms = ardata->symdefs;
102 stringbase = ((char *) ardata->symdefs) + carsym_size;
141 bfd_release (abfd, ardata->symdefs);
archive.c 226 bfd_ardata (abfd)->symdefs = NULL;
272 *entry = (bfd_ardata (abfd)->symdefs + prev);
757 entry = bfd_ardata (abfd)->symdefs + sym_index;
857 bfd_ardata (abfd)->symdefs = NULL;
970 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt);
971 if (!ardata->symdefs)
974 for (counter = 0, set = ardata->symdefs;
1056 ardata->symdefs = (struct carsym *) bfd_zalloc (abfd,
1058 if (ardata->symdefs == NULL)
1060 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 66 needs to be free()'d. For an output archive, symdefs do. */
74 carsym *symdefs; /* The symdef entries. */ member in struct:artdata
libbfd.h 71 needs to be free()'d. For an output archive, symdefs do. */
79 carsym *symdefs; /* The symdef entries. */ member in struct:artdata
    [all...]
som.c     [all...]
coff-alpha.c     [all...]
linker.c     [all...]
elflink.c 5220 carsym *symdefs; local
    [all...]
ecoff.c     [all...]

Completed in 556 milliseconds