Home
last modified time | relevance | path

Searched refs:personality_handler (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfEhFrameTest.cpp81 EXPECT_EQ(0U, cie->personality_handler); in TYPED_TEST_P()
120 EXPECT_EQ(0U, cie->personality_handler); in TYPED_TEST_P()
DDwarfDebugFrameTest.cpp422 EXPECT_EQ(0U, fde->cie->personality_handler); in TYPED_TEST_P()
450 EXPECT_EQ(0U, fde->cie->personality_handler); in TYPED_TEST_P()
467 EXPECT_EQ(0U, cie->personality_handler); in VerifyCieVersion()
596 EXPECT_EQ(0x12345678U, cie->personality_handler); in VerifyCieAugment()
DDwarfEhFrameWithHdrTest.cpp391 EXPECT_EQ(0U, fde->cie->personality_handler); in TYPED_TEST_P()
429 EXPECT_EQ(0U, fde->cie->personality_handler); in TYPED_TEST_P()
/system/core/libunwindstack/include/unwindstack/
DDwarfStructs.h32 uint64_t personality_handler = 0; member
/system/core/libunwindstack/
DDwarfSection.cpp229 if (!memory_.ReadEncodedValue<AddressType>(encoding, &cie->personality_handler)) { in FillInCie()