Home
last modified time | relevance | path

Searched refs:AT_PHNUM (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dauxvec.h27 #define AT_PHNUM 5 macro
/bionic/libc/bionic/
Dlibc_init_static.cpp116 unsigned long int phdr_ct = getauxval(AT_PHNUM); in apply_gnu_relro()
137 size_t phdr_ct = getauxval(AT_PHNUM); in layout_static_tls()
/bionic/tests/
Dgetauxval_test.cpp33 ASSERT_NE(0UL, getauxval(AT_PHNUM)); in TEST()
Dlink_test.cpp174 .size = getauxval(AT_PHNUM) in TEST()
/bionic/linker/
Dlinker_wrapper.cpp63 reinterpret_cast<ElfW(Phdr)*>(args.getauxval(AT_PHDR)), args.getauxval(AT_PHNUM), in __linker_init()
Dlinker_main.cpp233 result.phdr_count = getauxval(AT_PHNUM); in get_executable_info()
648 reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)), getauxval(AT_PHNUM), in __linker_init()