Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1302 auxv32_t *av32; in Pfgcore() local
1312 if ((av32 = malloc(size)) == NULL) in Pfgcore()
1316 auxv_n_to_32(&P->auxv[i], &av32[i]); in Pfgcore()
1319 if (write_note(fd, NT_AUXV, av32, size, &doff) != 0) { in Pfgcore()
1320 free(av32); in Pfgcore()
1324 free(av32); in Pfgcore()
1385 auxv32_t *av32; in Pfgcore() local
1399 if ((av32 = malloc(size)) == NULL) in Pfgcore()
1403 auxv_n_to_32(&P->auxv[i], &av32[i]); in Pfgcore()
1407 free(av32); in Pfgcore()
[all …]