OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT_NULL
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_getauxval.h
50
aux->a_type !=
AT_NULL
; ++aux) {
/src/sys/compat/linux/arch/powerpc/
linux_exec_powerpc.c
168
a->a_type =
AT_NULL
;
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
driver-rs6000.cc
226
for (av = (ElfW(auxv_t) *) buf; av->a_type !=
AT_NULL
; ++av)
295
for (av = (ElfW(auxv_t) *) buf; av->a_type !=
AT_NULL
; ++av)
/src/lib/libc/dlfcn/
dlfcn_elf.c
162
for (aux = _dlauxinfo(); aux->a_type !=
AT_NULL
; ++aux) {
/src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c
47
for (aux = _dlauxinfo(); aux->a_type !=
AT_NULL
; ++aux) {
/src/sys/compat/linux32/common/
linux32_exec_elf32.c
233
a->a_type =
AT_NULL
;
/src/lib/csu/common/
crt0-common.c
228
for (; aux->a_type !=
AT_NULL
; ++aux) {
/src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h
496
#define
AT_NULL
0 /* Marks end of array */
/src/sys/compat/linux/arch/amd64/
linux_exec_machdep.c
232
esd.ai[i].a_type =
AT_NULL
;
/src/external/bsd/file/dist/src/
readelf.h
68
#define
AT_NULL
0 /* end of vector */
/src/tools/amiga-elf2bb/sys/
exec_elf.h
568
#define
AT_NULL
0 /* Marks end of array */
/src/sys/compat/linux/common/
linux_exec_elf32.c
569
a->a_type =
AT_NULL
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d
905
enum
AT_NULL
= 0;
/src/external/gpl3/binutils/dist/gprofng/libcollector/
mmaptrace.c
949
for (ap = auxv; ap->a_type !=
AT_NULL
; ap++)
959
for (ap = auxv; ap->a_type !=
AT_NULL
; ap++)
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
mmaptrace.c
949
for (ap = auxv; ap->a_type !=
AT_NULL
; ap++)
959
for (ap = auxv; ap->a_type !=
AT_NULL
; ap++)
/src/lib/libpthread/
pthread.c
1339
for (aux = _dlauxinfo(); aux->a_type !=
AT_NULL
; ++aux) {
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
746
#define
AT_NULL
0 /* Marks end of array */
/src/sys/kern/
exec_elf.c
240
a->a_type =
AT_NULL
;
/src/sys/sys/
exec_elf.h
1076
#define
AT_NULL
0 /* Marks end of array */
/src/tests/lib/libc/sys/
t_ptrace_bytetransfer_wait.h
379
for (aip = ai; aip->a_type !=
AT_NULL
; aip++)
/src/tools/arm-elf2aout/sys/
exec_elf.h
771
#define
AT_NULL
0 /* Marks end of array */
/src/tools/m68k-elf2aout/sys/
exec_elf.h
771
#define
AT_NULL
0 /* Marks end of array */
/src/external/gpl3/binutils/dist/include/elf/
common.h
1432
#define
AT_NULL
0 /* End of vector */
/src/external/gpl3/binutils.old/dist/include/elf/
common.h
1408
#define
AT_NULL
0 /* End of vector */
/src/libexec/ld.elf_so/
rtld.c
542
for (auxp = auxinfo; auxp->a_type !=
AT_NULL
; ++auxp) {
Completed in 83 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026