Home
last modified time | relevance | path

Searched refs:DWARF_LOCATION_UNDEFINED (Results 1 – 7 of 7) sorted by relevance

/system/core/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp82 if (location == DWARF_LOCATION_UNDEFINED) { in VerifyReturnAddress()
87 ASSERT_EQ(DWARF_LOCATION_UNDEFINED, location); in VerifyReturnAddress()
DDwarfSectionImplTest.cpp371 loc_regs[3] = DwarfLocation{DWARF_LOCATION_UNDEFINED, {0, 0}}; in TYPED_TEST_P()
396 loc_regs[5] = DwarfLocation{DWARF_LOCATION_UNDEFINED, {0, 0}}; in TYPED_TEST_P()
DDwarfCfaTest.cpp352 ASSERT_EQ(DWARF_LOCATION_UNDEFINED, location->second.type); in TYPED_TEST_P()
366 ASSERT_EQ(DWARF_LOCATION_UNDEFINED, location->second.type); in TYPED_TEST_P()
/system/core/libunwindstack/include/unwindstack/
DDwarfLocation.h30 DWARF_LOCATION_UNDEFINED, enumerator
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp137 case DWARF_LOCATION_UNDEFINED: in PrintRegInformation()
/system/core/libunwindstack/
DDwarfCfa.cpp375 (*loc_regs)[reg] = {.type = DWARF_LOCATION_UNDEFINED}; in cfa_undefined()
DDwarfSection.cpp463 case DWARF_LOCATION_UNDEFINED: in EvalRegister()