Searched refs:LINUX_AT_COUNT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 171 argarray = pos = malloc(LINUX_AT_COUNT * sizeof(*pos), M_TEMP, in linux_elf_fixup() 204 KASSERT(pos - argarray <= LINUX_AT_COUNT, ("Too many auxargs")); in linux_elf_fixup() 206 error = copyout(argarray, auxbase, sizeof(*argarray) * LINUX_AT_COUNT); in linux_elf_fixup() 263 vectp -= howmany(LINUX_AT_COUNT * sizeof(Elf64_Auxinfo), in linux_copyout_strings()
|
| H A D | linux.h | 95 #define LINUX_AT_COUNT 20 macro
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 258 argarray = pos = malloc(LINUX_AT_COUNT * sizeof(*pos), M_TEMP, in linux_fixup_elf() 287 KASSERT(pos - argarray <= LINUX_AT_COUNT, ("Too many auxargs")); in linux_fixup_elf() 289 error = copyout(argarray, auxbase, sizeof(*argarray) * LINUX_AT_COUNT); in linux_fixup_elf() 350 vectp -= howmany(LINUX_AT_COUNT * sizeof(Elf64_Auxinfo), in linux_copyout_strings()
|
| H A D | linux.h | 106 #define LINUX_AT_COUNT 19 /* Count of used aux entry types. */ macro
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 213 argarray = pos = malloc(LINUX_AT_COUNT * sizeof(*pos), M_TEMP, in linux_fixup_elf() 254 KASSERT(pos - argarray <= LINUX_AT_COUNT, ("Too many auxargs")); in linux_fixup_elf() 257 sizeof(*argarray) * LINUX_AT_COUNT); in linux_fixup_elf() 808 vectp -= howmany(LINUX_AT_COUNT * sizeof(Elf32_Auxinfo), in linux_copyout_strings()
|
| H A D | linux.h | 119 #define LINUX_AT_COUNT 20 /* Count of used aux entry types. macro
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysvec.c | 224 argarray = pos = malloc(LINUX_AT_COUNT * sizeof(*pos), M_TEMP, in linux_fixup_elf() 264 KASSERT(pos - argarray <= LINUX_AT_COUNT, ("Too many auxargs")); in linux_fixup_elf() 266 error = copyout(argarray, auxbase, sizeof(*argarray) * LINUX_AT_COUNT); in linux_fixup_elf() 327 vectp -= howmany(LINUX_AT_COUNT * sizeof(Elf32_Auxinfo), in linux_copyout_strings()
|
| H A D | linux.h | 110 #define LINUX_AT_COUNT 20 /* Count of used aux entry types. macro
|