Home
last modified time | relevance | path

Searched refs:auxv (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/elf/
Dpldd.c311 void *auxv = NULL; in get_process_info() local
315 auxv = xrealloc (auxv, auxv_size); in get_process_info()
317 ssize_t n = pread (fd, auxv, auxv_size, 0); in get_process_info()
331 retval = find_maps32 (exe, memfd, pid, auxv, auxv_size); in get_process_info()
333 retval = find_maps64 (exe, memfd, pid, auxv, auxv_size); in get_process_info()
335 free (auxv); in get_process_info()
Dpldd-xx.c78 E(find_maps) (const char *exe, int memfd, pid_t pid, void *auxv, in E()
85 EW(auxv_t) *auxvXX = (EW(auxv_t) *) auxv; in E()
Drtld.c387 ElfW(Addr) *user_entry, ElfW(auxv_t) *auxv);
1333 void **auxv = (void **) GLRO(dl_auxv) - skip_args; in _dl_start_args_adjust() local
1334 GLRO(dl_auxv) = (ElfW(auxv_t) *) auxv; /* Aliasing violation. */ in _dl_start_args_adjust()
1335 assert (auxv == sp + 1); in _dl_start_args_adjust()
1356 ElfW(auxv_t) *auxv) in dl_main()
1623 for (ElfW(auxv_t) *av = auxv; av->a_type != AT_NULL; av++) in dl_main()
DMakefile314 tst-auxv \
/glibc-2.36/sysdeps/powerpc/fpu/
Dtst-setcontext-fpscr.c39 volatile static ElfW(auxv_t) *auxv = NULL;
51 if(auxv == NULL) in query_auxv()
60 auxv = xmalloc (getpagesize ()); in query_auxv()
65 auxv[i] = auxv_struct; in query_auxv()
70 auxv_temp = (ElfW(auxv_t) *)auxv; in query_auxv()
/glibc-2.36/sysdeps/unix/sysv/linux/
Ddl-sysdep.c101 ElfW(Addr) *user_entry, ElfW(auxv_t) *auxv)) in _dl_sysdep_start()
/glibc-2.36/misc/
DMakefile38 bits/select2.h bits/hwcap.h sys/auxv.h \
/glibc-2.36/sysdeps/mach/hurd/
Ddl-sysdep.c75 ElfW(auxv_t) *auxv)) in _dl_sysdep_start()
/glibc-2.36/sysdeps/generic/
Dldsodefs.h1138 ElfW(auxv_t) *auxv))
/glibc-2.36/ChangeLog.old/
DChangeLog.258849 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: Modified.
8853 [SHARED](dl-auxv.h): Remove include.
8859 (dl-auxv.h): Include file.
8861 * sysdeps/unix/sysv/linux/powerpc/dl-auxv.h: Modified.
9488 Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHARED
9491 [SHARED](dl-auxv.h): Include file.
9492 (dl-auxv.h): Remove include.
9502 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: Modified.
9512 * sysdeps/unix/sysv/linux/powerpc/dl-auxv.h: Modified.
9641 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: Modified.
[all …]
DChangeLog.ports-alpha902 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
DChangeLog.20283 (dl-auxv.h): Include file.
286 (dl-auxv.h): Include file.
287 * sysdeps/generic/dl-auxv.h: New file.
349 * sysdeps/unix/sysv/linux/powerpc/dl-auxv.h: ... here.
DChangeLog.17388 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Adapt to auxv
390 * elf/rtld.c (dl_main): Conditionalize the code that dereferences auxv
1192 * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
1196 * elf/rtld.c (dl_main): Added new parameter auxv. Adjust the
12330 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
12333 Move to dl-auxv.h; initialize instead of extern weak.
12334 (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
DChangeLog.22239 (sys/auxv.h): Include file.
7581 * include/sys/auxv.h: Modified.
DChangeLog.183255 CACHE_ASSOCs, and CACHE_LINESIZEs, retrieving from auxv.
3264 * include/sys/auxv.h (__getauxval): Add a prototype and its
7122 * elf/tst-auxv.c: Likewise and define TEST_FUNCTION_ARGV macro.
8320 sys/auxv.h. Don't include sysdep.h.
24139 * include/sys/auxv.h: New file.
56874 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
59178 * misc/sys/auxv.h (getauxval): Document that it may set errno;
59180 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
61539 * elf/Makefile (tst-auxv): New test.
61540 * elf/tst-auxv.c: New
[all …]
DChangeLog.85624 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
/glibc-2.36/manual/
Dstartup.texi662 @standards{???, sys/auxv.h}
664 @c Reads from hwcap or iterates over constant auxv.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C2311 dl-auxv.h
10082 auxv.h
11890 tst-auxv.c
Dfilelist#en_US.UTF-82311 dl-auxv.h
10082 auxv.h
11890 tst-auxv.c
/glibc-2.36/
DNEWS5232 * New header <sys/auxv.h> and function getauxval allowing easy access to
/glibc-2.36/posix/
Dtst-regex.input5624 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.