Home
last modified time | relevance | path

Searched refs:AT_PHDR (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dauxvec.h26 #define AT_PHDR 3 macro
/bionic/tests/
Dgetauxval_test.cpp46 ASSERT_NE((unsigned long int) 0, getauxval(AT_PHDR)); in TEST()
/bionic/libc/bionic/
Dlibc_init_static.cpp72 ElfW(Phdr)* phdr_start = reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)); in apply_gnu_relro()
/bionic/linker/
Dlinker.cpp3184 si->phdr = reinterpret_cast<ElfW(Phdr)*>(args.getauxval(AT_PHDR));