Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1246 auxv32_t *av32; in Pfgcore() local
1256 if ((av32 = malloc(size)) == NULL) in Pfgcore()
1260 auxv_n_to_32(&P->auxv[i], &av32[i]); in Pfgcore()
1263 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) { in Pfgcore()
1264 free(av32); in Pfgcore()
1268 free(av32); in Pfgcore()
1329 auxv32_t *av32; in Pfgcore() local
1343 if ((av32 = malloc(size)) == NULL) in Pfgcore()
1347 auxv_n_to_32(&P->auxv[i], &av32[i]); in Pfgcore()
1350 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) { in Pfgcore()
[all …]