Searched refs:shdrs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c1554 GElf_Shdr *shp, *shdrs = NULL; local
1574 if ((shdrs = malloc(efp->e_hdr.e_shnum * sizeof (GElf_Shdr))) == NULL) {
1584 free(shdrs);
1599 core_shdr_to_gelf(p, &shdrs[i]);
1601 (void) memcpy(&shdrs[i], p, sizeof (GElf_Shdr));
1611 shp = &shdrs[efp->e_hdr.e_shstrndx];
1634 shp = &shdrs[i];
1676 if (shdrs[shp->sh_link].sh_type == SHT_DYNSYM)
1681 shp, &shdrs[shp->sh_link]);
1686 free(shdrs);
[all...]

Completed in 22 milliseconds