HomeSort by relevance Sort by last modified time
    Searched refs:readULEB128 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
gcc_personality_v0.c 83 static uintptr_t readULEB128(const uint8_t** data)
114 result = readULEB128(&p);
215 readULEB128(&lsda);
219 uint32_t callSiteTableLength = readULEB128(&lsda);
227 readULEB128(&p); /* action value not used for C code */
  /frameworks/compile/libbcc/runtime/lib/
gcc_personality_v0.c 85 static uintptr_t readULEB128(const uint8_t** data)
116 result = readULEB128(&p);
211 readULEB128(&lsda);
215 uint32_t callSiteTableLength = readULEB128(&lsda);
223 readULEB128(&p); /* action value not used for C code */
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 375 static uintptr_t readULEB128(const uint8_t **data) {
442 result = readULEB128(&p);
655 classInfoOffset = readULEB128(&lsda);
663 uint32_t callSiteTableLength = readULEB128(&lsda);
681 uintptr_t actionEntry = readULEB128(&callSitePtr);
    [all...]

Completed in 276 milliseconds