OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readULEB128
(Results
1 - 2
of
2
) sorted by null
/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
382
static uintptr_t
readULEB128
(const uint8_t **data) {
449
result =
readULEB128
(&p);
662
classInfoOffset =
readULEB128
(&lsda);
670
uint32_t callSiteTableLength =
readULEB128
(&lsda);
688
uintptr_t actionEntry =
readULEB128
(&callSitePtr);
[
all
...]
Completed in 41 milliseconds