Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfLocation.h30 DWARF_LOCATION_UNDEFINED, enumerator
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp130 case DWARF_LOCATION_UNDEFINED: in PrintRegInformation()
/system/core/libunwindstack/tests/
DDwarfSectionImplTest.cpp370 loc_regs[3] = DwarfLocation{DWARF_LOCATION_UNDEFINED, {0, 0}}; in TYPED_TEST_P()
395 loc_regs[5] = DwarfLocation{DWARF_LOCATION_UNDEFINED, {0, 0}}; in TYPED_TEST_P()
DDwarfCfaTest.cpp350 ASSERT_EQ(DWARF_LOCATION_UNDEFINED, location->second.type); in TYPED_TEST_P()
364 ASSERT_EQ(DWARF_LOCATION_UNDEFINED, location->second.type); in TYPED_TEST_P()
/system/core/libunwindstack/
DDwarfCfa.cpp369 (*loc_regs)[reg] = {.type = DWARF_LOCATION_UNDEFINED}; in cfa_undefined()
DDwarfSection.cpp460 case DWARF_LOCATION_UNDEFINED: in EvalRegister()