Home
last modified time | relevance | path

Searched refs:newshndx (Results 1 – 1 of 1) sorted by relevance

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