Searched refs:AT_COUNT (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/sys/sparc64/include/
H A Delf.h101 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h109 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
197 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h120 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h97 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h155 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h93 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h100 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-12-stable/libexec/rtld-elf/riscv/
H A Dreloc.c382 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.h416 void ifunc_init(Elf_Auxinfo[__min_size(AT_COUNT)]);
H A Drtld.c375 Elf_Auxinfo *aux, *auxp, *auxpf, *aux_info[AT_COUNT];
409 for (i = 0; i < AT_COUNT; i++)
412 if (auxp->a_type < AT_COUNT)
/freebsd-12-stable/libexec/rtld-elf/aarch64/
H A Dreloc.c358 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/libexec/rtld-elf/amd64/
H A Dreloc.c503 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/libexec/rtld-elf/arm/
H A Dreloc.c486 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/libexec/rtld-elf/i386/
H A Dreloc.c469 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c639 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c544 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/libexec/rtld-elf/mips/
H A Dreloc.c757 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp879 size_t auxv_size = AT_COUNT * sizeof(Elf_Auxinfo);
/freebsd-12-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c806 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1344 argarray = pos = malloc(AT_COUNT * sizeof(*pos), M_TEMP,
1385 KASSERT(pos - argarray <= AT_COUNT, ("Too many auxargs"));
1387 error = copyout(argarray, auxbase, sizeof(*argarray) * AT_COUNT);
H A Dkern_exec.c1594 * array. It has up to AT_COUNT entries.
1596 vectp -= howmany(AT_COUNT * sizeof(Elf_Auxinfo),
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3234 * array. It has up to AT_COUNT entries.
3236 vectp -= howmany(AT_COUNT * sizeof(Elf32_Auxinfo),

Completed in 282 milliseconds