Searched refs:LINUX_AT_COUNT (Results 1 – 6 of 6) sorted by relevance
305 sb = sbuf_new(NULL, NULL, LINUX_AT_COUNT * sizeof(Elf_Auxinfo), in __linuxN()379 destp -= LINUX_AT_COUNT * sizeof(Elf_Auxinfo); in __linuxN()501 aarray = pos = malloc(LINUX_AT_COUNT * sizeof(*pos), M_TEMP, in __linuxN()540 KASSERT(pos - aarray <= LINUX_AT_COUNT, ("Too many auxargs")); in __linuxN()542 error = copyout(aarray, PTRIN(base), sizeof(*aarray) * LINUX_AT_COUNT); in __linuxN()
80 #define LINUX_AT_COUNT 23 /* Count of used aux entry types. macro
90 #define LINUX_AT_COUNT 21 /* Count of used aux entry types. macro
98 #define LINUX_AT_COUNT 22 /* Count of used aux entry types. macro
107 #define LINUX_AT_COUNT 22 /* Count of used aux entry types. macro
659 destp -= LINUX_AT_COUNT * sizeof(Elf32_Auxinfo); in linux_copyout_strings()