Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dauxvec.h15 #define AT_PHNUM 5 macro
/bionic/tests/
Dgetauxval_test.cpp35 ASSERT_NE(0UL, getauxval(AT_PHNUM)); in TEST()
Dlink_test.cpp174 .size = getauxval(AT_PHNUM) in TEST()
/bionic/libc/bionic/
Dlibc_init_static.cpp115 unsigned long int phdr_ct = getauxval(AT_PHNUM); in apply_gnu_relro()
136 size_t phdr_ct = getauxval(AT_PHNUM); in layout_static_tls()
416 reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)), getauxval(AT_PHNUM), in __real_libc_init()
/bionic/linker/
Dlinker_wrapper.cpp65 reinterpret_cast<ElfW(Phdr)*>(args.getauxval(AT_PHDR)), args.getauxval(AT_PHNUM), in __linker_init()
Dlinker_auxv.cpp45 case AT_PHNUM: return "AT_PHNUM"; in auxv_name()
Dlinker_main.cpp231 result.phdr_count = getauxval(AT_PHNUM); in get_executable_info()
735 reinterpret_cast<ElfW(Phdr)*>(getauxval(AT_PHDR)), getauxval(AT_PHNUM), in __linker_init()
/bionic/libc/include/bits/
Delf_common.h963 #define AT_PHNUM 5 /* Number of program header entries. */