Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_elf.c305 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()
/freebsd/sys/arm64/linux/
H A Dlinux.h80 #define LINUX_AT_COUNT 23 /* Count of used aux entry types. macro
/freebsd/sys/amd64/linux/
H A Dlinux.h90 #define LINUX_AT_COUNT 21 /* Count of used aux entry types. macro
/freebsd/sys/i386/linux/
H A Dlinux.h98 #define LINUX_AT_COUNT 22 /* Count of used aux entry types. macro
/freebsd/sys/amd64/linux32/
H A Dlinux.h107 #define LINUX_AT_COUNT 22 /* Count of used aux entry types. macro
H A Dlinux32_sysvec.c659 destp -= LINUX_AT_COUNT * sizeof(Elf32_Auxinfo); in linux_copyout_strings()