Searched refs:entry_point_addr (Results 1 – 2 of 2) sorted by relevance
214 auto entry_point_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in TEST_F() local215 ASSERT_TRUE(entry_point_addr.GetOffset() & 1); in TEST_F()218 entry_point_addr.SetOffset(entry_point_addr.GetOffset() - 1); in TEST_F()219 ASSERT_EQ(entry_point_addr.GetAddressClass(), in TEST_F()276 auto entry_point_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in TEST_F() local277 ASSERT_EQ(entry_point_addr.GetAddressClass(), AddressClass::eCode); in TEST_F()
2793 auto entry_point_addr = GetEntryPointAddress(); in GetSymtab() local2795 entry_point_addr.IsValid() && entry_point_addr.IsSectionOffset(); in GetSymtab()2796 addr_t entry_point_file_addr = entry_point_addr.GetFileAddress(); in GetSymtab()2807 entry_point_addr.GetSection(), // Section where this in GetSymtab()