Searched refs:cfa_instructions_end (Results  1 – 9 of 9) sorted by relevance
| /system/unwinding/libunwindstack/tests/ | 
| D | DwarfEhFrameTest.cpp | 70   EXPECT_EQ(0x5200U, fde->cfa_instructions_end);  in TYPED_TEST_P() 84   EXPECT_EQ(0x5100U, cie->cfa_instructions_end);  in TYPED_TEST_P() 109   EXPECT_EQ(0x5208U, fde->cfa_instructions_end);  in TYPED_TEST_P() 123   EXPECT_EQ(0x5108U, cie->cfa_instructions_end);  in TYPED_TEST_P()
  | 
| D | DwarfDebugFrameTest.cpp | 142   EXPECT_EQ(0x5200U, fdes[0]->cfa_instructions_end);  in TYPED_TEST_P() 150   EXPECT_EQ(0x5300U, fdes[1]->cfa_instructions_end);  in TYPED_TEST_P() 158   EXPECT_EQ(0x5500U, fdes[2]->cfa_instructions_end);  in TYPED_TEST_P() 166   EXPECT_EQ(0x5600U, fdes[3]->cfa_instructions_end);  in TYPED_TEST_P() 219   EXPECT_EQ(0x5200U, fdes[0]->cfa_instructions_end);  in TYPED_TEST_P() 309   EXPECT_EQ(0x5200U, fdes[0]->cfa_instructions_end);  in TYPED_TEST_P() 317   EXPECT_EQ(0x5300U, fdes[1]->cfa_instructions_end);  in TYPED_TEST_P() 325   EXPECT_EQ(0x5500U, fdes[2]->cfa_instructions_end);  in TYPED_TEST_P() 333   EXPECT_EQ(0x5600U, fdes[3]->cfa_instructions_end);  in TYPED_TEST_P() 437   EXPECT_EQ(0x14024U, fde->cfa_instructions_end);  in TYPED_TEST_P() [all …] 
 | 
| D | DwarfSectionImplTest.cpp | 511   cie.cfa_instructions_end = 0x3002;  in TYPED_TEST_P() 516   fde.cfa_instructions_end = 0x6002;  in TYPED_TEST_P() 539   cie.cfa_instructions_end = 0x3002;  in TYPED_TEST_P() 544   fde.cfa_instructions_end = 0x6002;  in TYPED_TEST_P() 569   cie.cfa_instructions_end = 0x5001;  in TYPED_TEST_P() 573   fde.cfa_instructions_end = 0x6001;  in TYPED_TEST_P()
  | 
| D | DwarfEhFrameWithHdrTest.cpp | 522   EXPECT_EQ(0x14024U, fde->cfa_instructions_end);  in TYPED_TEST_P() 537   EXPECT_EQ(0xf104U, fde->cie->cfa_instructions_end);  in TYPED_TEST_P() 560   EXPECT_EQ(0x820cU, fde->cfa_instructions_end);  in TYPED_TEST_P() 575   EXPECT_EQ(0x610cU, fde->cie->cfa_instructions_end);  in TYPED_TEST_P()
  | 
| D | DwarfCfaLogTest.cpp | 49     cie_.cfa_instructions_end = 0x1030;  in SetUp() 56     fde_.cfa_instructions_end = 0x2030;  in SetUp()
  | 
| D | ElfInterfaceTest.cpp | 2073     EXPECT_EQ(fde->cfa_instructions_end, fde_zlib->cfa_instructions_end);  in TEST_F() 2074     EXPECT_EQ(fde->cfa_instructions_end, fde_zstd->cfa_instructions_end);  in TEST_F() 2113   EXPECT_EQ(0x930c0U, fdes[0]->cfa_instructions_end);  in TEST_F()
  | 
| D | DwarfCfaTest.cpp | 50     cie_.cfa_instructions_end = 0x1030;  in SetUp() 57     fde_.cfa_instructions_end = 0x2030;  in SetUp()
  | 
| /system/unwinding/libunwindstack/include/unwindstack/ | 
| D | DwarfStructs.h | 33   uint64_t cfa_instructions_end = 0;  member 43   uint64_t cfa_instructions_end = 0;  member
  | 
| /system/unwinding/libunwindstack/ | 
| D | DwarfSection.cpp | 110     cie->cfa_instructions_end = memory_.cur_offset() + length64;  in FillInCieHeader() 127     cie->cfa_instructions_end = memory_.cur_offset() + length32;  in FillInCieHeader() 301     fde->cfa_instructions_end = memory_.cur_offset() + length64;  in FillInFdeHeader() 320     fde->cfa_instructions_end = memory_.cur_offset() + length32;  in FillInFdeHeader() 598     if (!cfa.GetLocationInfo(pc, fde->cie->cfa_instructions_offset, fde->cie->cfa_instructions_end,  in GetCfaLocationInfo() 609   if (!cfa.GetLocationInfo(pc, fde->cfa_instructions_offset, fde->cfa_instructions_end, loc_regs)) {  in GetCfaLocationInfo() 623   if (!cfa.Log(indent, pc, cie->cfa_instructions_offset, cie->cfa_instructions_end)) {  in Log() 627   if (!cfa.Log(indent, pc, fde->cfa_instructions_offset, fde->cfa_instructions_end)) {  in Log() 715       cie->cfa_instructions_end = next_entries_offset;  in GetNextCieOrFde() 726     fde_entry->cfa_instructions_end = next_entries_offset;  in GetNextCieOrFde()
  |