Searched refs:auxv (Results 1 – 21 of 21) sorted by relevance
/glibc-2.36/elf/ |
D | pldd.c | 311 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()
|
D | pldd-xx.c | 78 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()
|
D | rtld.c | 387 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()
|
D | Makefile | 314 tst-auxv \
|
/glibc-2.36/sysdeps/powerpc/fpu/ |
D | tst-setcontext-fpscr.c | 39 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/ |
D | dl-sysdep.c | 101 ElfW(Addr) *user_entry, ElfW(auxv_t) *auxv)) in _dl_sysdep_start()
|
/glibc-2.36/misc/ |
D | Makefile | 38 bits/select2.h bits/hwcap.h sys/auxv.h \
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | dl-sysdep.c | 75 ElfW(auxv_t) *auxv)) in _dl_sysdep_start()
|
/glibc-2.36/sysdeps/generic/ |
D | ldsodefs.h | 1138 ElfW(auxv_t) *auxv))
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.25 | 8849 * 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 …]
|
D | ChangeLog.ports-alpha | 902 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
|
D | ChangeLog.20 | 283 (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.
|
D | ChangeLog.17 | 388 * 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
|
D | ChangeLog.22 | 239 (sys/auxv.h): Include file. 7581 * include/sys/auxv.h: Modified.
|
D | ChangeLog.18 | 3255 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 …]
|
D | ChangeLog.8 | 5624 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
|
/glibc-2.36/manual/ |
D | startup.texi | 662 @standards{???, sys/auxv.h} 664 @c Reads from hwcap or iterates over constant auxv.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 2311 dl-auxv.h 10082 auxv.h 11890 tst-auxv.c
|
D | filelist#en_US.UTF-8 | 2311 dl-auxv.h 10082 auxv.h 11890 tst-auxv.c
|
/glibc-2.36/ |
D | NEWS | 5232 * New header <sys/auxv.h> and function getauxval allowing easy access to
|
/glibc-2.36/posix/ |
D | tst-regex.input | 5624 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
|