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()
2826 auto entry_point_addr = GetEntryPointAddress(); in ParseSymtab() local2828 entry_point_addr.IsValid() && entry_point_addr.IsSectionOffset(); in ParseSymtab()2829 addr_t entry_point_file_addr = entry_point_addr.GetFileAddress(); in ParseSymtab()2836 SectionSP section_sp = entry_point_addr.GetSection(); in ParseSymtab()2857 symbol.GetAddressRef().SetOffset(entry_point_addr.GetOffset() ^ 1); in ParseSymtab()