Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_auxv.cpp49 case AT_ENTRY: return "AT_ENTRY"; in auxv_name()
110 case AT_ENTRY: in ld_show_auxv()
Dlinker_wrapper.cpp76 if (v->a_type == AT_ENTRY) { in __linker_init()
Dlinker_main.cpp232 result.entry_point = getauxval(AT_ENTRY); in get_executable_info()
806 if (getauxval(AT_ENTRY) == reinterpret_cast<uintptr_t>(&_start)) { in __linker_init_post_relocation()
/bionic/libc/kernel/uapi/linux/
Dauxvec.h19 #define AT_ENTRY 9 macro
/bionic/tests/
Dgetauxval_test.cpp36 ASSERT_NE(0UL, getauxval(AT_ENTRY)); in TEST()
/bionic/libc/include/bits/
Delf_common.h967 #define AT_ENTRY 9 /* Where interpreter should transfer control. */