Searched refs:leb128 (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/unittests/ |
D | LEB128Test.cpp | 42 leb128::ByteType buffer[2]; in TEST_F() 43 leb128::ByteType* result; in TEST_F() 47 size = leb128::encode<uint32_t>(result, 2); in TEST_F() 53 size = leb128::encode<uint32_t>(result, 127); in TEST_F() 59 size = leb128::encode<uint32_t>(result, 128); in TEST_F() 66 size = leb128::encode<uint32_t>(result, 129); in TEST_F() 73 size = leb128::encode<uint32_t>(result, 130); in TEST_F() 80 size = leb128::encode<uint32_t>(result, 12857); in TEST_F() 88 leb128::ByteType buffer[2]; in TEST_F() 89 leb128::ByteType* result; in TEST_F() [all …]
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttributeData.cpp | 24 leb128::decode<uint64_t>(pBuf, size)); in ReadTag() 41 uint64_t int_value = leb128::decode<uint64_t>(pBuf, size); in ReadValue() 68 leb128::encode<uint32_t>(pBuf, pTag); in WriteAttribute() 72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue()); in WriteAttribute()
|
D | ELFAttributeValue.cpp | 22 size += leb128::size<uint32_t>(m_IntValue); in getSize()
|
D | ELFAttribute.cpp | 209 uint64_t tag = leb128::decode<uint64_t>(subsubsection_data, tag_size); in merge()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | LEB128.h | 17 namespace leb128 {
|
/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 13 namespace leb128 { namespace
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFAttributeData.cpp | 975 result += leb128::size(static_cast<uint32_t>(tag)); in sizeOutput() 989 result += leb128::size(static_cast<uint32_t>(tag)); in sizeOutput()
|