Searched refs:AT_ENTRY (Results 1 – 11 of 11) sorted by relevance
32 if (auxv_p->a_type == AT_ENTRY) in main()45 if (auxv.a_type == AT_ENTRY) in main()
17 #define AT_ENTRY 9 /* entry point of program */ macro
55 AT_ENTRY = 9, ///< Program entry point. enumerator
148 case ENTRY_NAME(AT_ENTRY); break; in GetEntryName()
471 AuxVector::iterator I = m_auxv->FindEntry(AuxVector::AT_ENTRY); in GetEntryPoint()
300 const void* entry_point_loc = reinterpret_cast<void *>(auxv_[AT_ENTRY]); in EnumerateMappings()
702 case AT_ENTRY: in process_get_entry()
716 if (type == BL##NN (AT_ENTRY)) \ in dwfl_link_map_report()
680 case AT_ENTRY: in setup_client_stack()
986 #define AT_ENTRY 9 /* Entry point of program */ macro
866 #define AT_ENTRY 9 /* Entry point of program */ macro