OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readULEB128
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.cc
56
uintptr_t
readULEB128
(const uint8_t** data) {
160
result =
readULEB128
(&p);
/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 */
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
375
static uintptr_t
readULEB128
(const uint8_t **data) {
466
result =
readULEB128
(&p);
686
classInfoOffset =
readULEB128
(&lsda);
694
uint32_t callSiteTableLength =
readULEB128
(&lsda);
710
uintptr_t actionEntry =
readULEB128
(&callSitePtr);
[
all
...]
Completed in 59 milliseconds