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

/freebsd-11-stable/sys/riscv/include/
H A Delf.h97 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h99 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h97 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h107 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
195 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h114 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-11-stable/sys/arm/include/
H A Delf.h91 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h151 #define AT_COUNT 27 /* Count of defined aux entry types. */ macro
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.h409 void ifunc_init(Elf_Auxinfo[__min_size(AT_COUNT)]);
H A Drtld.c357 Elf_Auxinfo *aux, *auxp, *auxpf, *aux_info[AT_COUNT];
391 for (i = 0; i < AT_COUNT; i++)
394 if (auxp->a_type < AT_COUNT)
/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Dreloc.c369 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Dreloc.c299 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c627 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Dreloc.c437 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c532 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Dreloc.c475 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/arm/
H A Dreloc.c480 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Dreloc.c629 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c791 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp879 size_t auxv_size = AT_COUNT * sizeof(Elf_Auxinfo);
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c1556 * array. It has up to AT_COUNT entries.
1558 vectp -= howmany(AT_COUNT * sizeof(Elf_Auxinfo),
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2957 * array. It has up to AT_COUNT entries.
2959 vectp -= howmany(AT_COUNT * sizeof(Elf32_Auxinfo),

Completed in 334 milliseconds