Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dauxvec.h25 #define AT_PHDR 3 macro
/bionic/tests/
Dgetauxval_test.cpp47 ASSERT_NE(0UL, getauxval(AT_PHDR)); in TEST()
/bionic/libc/bionic/
Dlibc_init_static.cpp57 ElfW(Phdr)* phdr_start = reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)); in apply_gnu_relro()
/bionic/linker/
Dlinker_main.cpp292 si->phdr = reinterpret_cast<ElfW(Phdr)*>(args.getauxval(AT_PHDR));