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

/freebsd-10-stable/sys/arm/include/
H A Delf.h91 #define AT_COUNT 24 /* Count of defined aux entry types. */ macro
/freebsd-10-stable/sys/sparc64/include/
H A Delf.h96 #define AT_COUNT 24 /* Count of defined aux entry types. */ macro
/freebsd-10-stable/sys/x86/include/
H A Delf.h104 #define AT_COUNT 24 /* Count of defined aux entry types. */ macro
189 #define AT_COUNT 24 /* Count of defined aux entry types. */ macro
/freebsd-10-stable/sys/ia64/include/
H A Delf.h101 #define AT_COUNT 24 /* Count of defined aux entry types. */ macro
/freebsd-10-stable/sys/powerpc/include/
H A Delf.h111 #define AT_COUNT 23 /* Count of defined aux entry types. */ macro
/freebsd-10-stable/sys/mips/include/
H A Delf.h148 #define AT_COUNT 24 /* Count of defined aux entry types. */ macro
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp385 Elf_Auxinfo aux_info[AT_COUNT];
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Dreloc.c423 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/libexec/rtld-elf/amd64/
H A Dreloc.c457 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/libexec/rtld-elf/arm/
H A Dreloc.c438 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c623 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c491 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Dreloc.c621 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/libexec/rtld-elf/ia64/
H A Dreloc.c607 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c789 ifunc_init(Elf_Auxinfo aux_info[__min_size(AT_COUNT)] __unused)
/freebsd-10-stable/sys/kern/
H A Dkern_exec.c1363 * 'AT_COUNT*2' is size for the ELF Auxargs data. This is for
1367 (AT_COUNT * 2);
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c336 Elf_Auxinfo *aux_info[AT_COUNT];
371 for (i = 0; i < AT_COUNT; i++)
374 if (auxp->a_type < AT_COUNT)
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2993 * 'AT_COUNT*2' is size for the ELF Auxargs data. This is for
2997 : (AT_COUNT * 2);

Completed in 320 milliseconds