Searched refs:AT_ENTRY (Results 1 – 6 of 6) sorted by relevance
49 case AT_ENTRY: return "AT_ENTRY"; in auxv_name()110 case AT_ENTRY: in ld_show_auxv()
76 if (v->a_type == AT_ENTRY) { in __linker_init()
232 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()
19 #define AT_ENTRY 9 macro
36 ASSERT_NE(0UL, getauxval(AT_ENTRY)); in TEST()
967 #define AT_ENTRY 9 /* Where interpreter should transfer control. */