Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DEHHeaderParser.hpp50 uint8_t tableEnc,
53 static size_t getTableEntrySize(uint8_t tableEnc);
78 uint8_t tableEnc, typename CFI_Parser<A>::FDE_Info *fdeInfo, in decodeTableEntry() argument
82 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
84 addressSpace.getEncodedP(tableEntry, ehHdrEnd, tableEnc, ehHdrStart); in decodeTableEntry()
138 size_t EHHeaderParser<A>::getTableEntrySize(uint8_t tableEnc) { in getTableEntrySize() argument
139 switch (tableEnc & 0x0f) { in getTableEntrySize()