Searched refs:readULEB128 (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Dgcc_personality_v0.c85 static uintptr_t readULEB128(const uint8_t** data) function
116 result = readULEB128(&p);
211 readULEB128(&lsda);
215 uint32_t callSiteTableLength = readULEB128(&lsda);
223 readULEB128(&p); /* action value not used for C code */

Completed in 313 milliseconds