Searched defs:ULEB128 (Results 1 – 4 of 4) sorted by relevance
211 CFISection &ULEB128(uint64_t v) { Section::ULEB128(v); return *this; } in ULEB128() function
47 #define ULEB128 0x4 macro
315 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