OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leb128
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
LEB128.h
1
//===-
LEB128
.h -----------------------------------------------------------===//
18
namespace
leb128
{
namespace in namespace:mcld
59
* Encoding functions for signed
LEB128
.
83
* Decoding functions for signed
LEB128
.
93
* rid of annoying type conversions when using the
LEB128
encoding/decoding APIs
111
} // namespace of
leb128
/frameworks/compile/mclinker/lib/Support/
LEB128.cpp
1
//===-
LEB128
.cpp ---------------------------------------------------------===//
9
#include <mcld/Support/
LEB128
.h>
13
namespace
leb128
{
namespace in namespace:mcld
15
//===----------------------
LEB128
Encoding APIs -------------------------===//
93
//===----------------------
LEB128
Decoding APIs -------------------------===//
183
* Signed
LEB128
decoding is Similar to the unsigned version but setup the sign
227
} // namespace of
leb128
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc
60
Dwarf_Value
leb128
;
local
103
* size is encoded with unsigned
LEB128
value, and block data immediately
106
reinterpret_cast<const Dwarf_Leb128*>(prop)->process_unsigned(&
leb128
);
108
attr_value->block.block_size =
leb128
.u32;
109
attr_value->block.block_ptr = prop +
leb128
.encoded_size;
112
leb128
.encoded_size);
152
/* Property is signed
LEB128
value. */
157
/* Property is unsigned
LEB128
value. */
572
/* One parameter: signed
LEB128
value to add to the current line
Completed in 2259 milliseconds