Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dauxvec.h31 #define AT_ENTRY 9 macro
/bionic/tests/
Dgetauxval_test.cpp34 ASSERT_NE(0UL, getauxval(AT_ENTRY)); in TEST()
/bionic/linker/
Dlinker_wrapper.cpp74 if (v->a_type == AT_ENTRY) { in __linker_init()
Dlinker_main.cpp229 result.entry_point = getauxval(AT_ENTRY); in get_executable_info()
660 if (getauxval(AT_ENTRY) == reinterpret_cast<uintptr_t>(&_start)) {