Searched defs:newshndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c902 GElf_Word *newshndx; local
908 newshndx = malloc(entcnt * src_shdr.sh_entsize);
909 if (newshndx == NULL) {
914 elf_data->d_buf = (void *)newshndx;
923 newshndx[c] = i->secno;
925 newshndx[c] =
928 newshndx[c] =

Completed in 46 milliseconds