Home
last modified time | relevance | path

Searched refs:X86_REG_LAST (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DMachineX86.h43 X86_REG_LAST, enumerator
/system/unwinding/libunwindstack/
DRegsX86.cpp31 RegsX86::RegsX86() : RegsImpl<uint32_t>(X86_REG_LAST, Location(LOCATION_SP_OFFSET, -4)) {} in RegsX86()