LINUX_AT_COUNT
destp -= LINUX_AT_COUNT * sizeof(Elf32_Auxinfo);
sb = sbuf_new(NULL, NULL, LINUX_AT_COUNT * sizeof(Elf_Auxinfo),
destp -= LINUX_AT_COUNT * sizeof(Elf_Auxinfo);
aarray = pos = malloc(LINUX_AT_COUNT * sizeof(*pos), M_TEMP,
KASSERT(pos - aarray <= LINUX_AT_COUNT, ("Too many auxargs"));
error = copyout(aarray, PTRIN(base), sizeof(*aarray) * LINUX_AT_COUNT);