Searched defs:ULEB128 (Results 1 – 3 of 3) sorted by relevance
210 CFISection& ULEB128(uint64_t v) { Section::ULEB128(v); return *this; } in ULEB128() function
318 Section& Section::ULEB128(uint64_t value) { in ULEB128() function in google_breakpad::test_assembler::Section
16 #define ULEB128(x) (x)&0x7f /* Assume here the value is 0 ... 0x7f. */ macro