Searched refs:ULEB128 (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_test_common.h121 ULEB128(code);
122 ULEB128(static_cast<unsigned>(tag));
130 ULEB128(static_cast<unsigned>(name));
131 ULEB128(static_cast<unsigned>(form));
137 ULEB128(0);
138 ULEB128(0);
144 ULEB128(0);
H A Ddwarf2reader_cfi_unittest.cc528 // (DWARF2), but a ULEB128 value in version 3 (DWARF3).
536 // as a ubyte and as a ULEB128.
562 // (DWARF2), but a ULEB128 value in version 3 (DWARF3).
567 // CIE, using the version 3 format: return column is a ULEB128.
570 // as a ubyte and as a ULEB128.
638 .ULEB128(cfa_base_register)
639 .ULEB128(cfa_offset)
699 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0x4defb431).ULEB128(0x6d17b0ee)
720 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(
[all...]
H A Dcfi_assembler.cc66 ULEB128(code_alignment_factor);
71 ULEB128(return_address_register);
163 ULEB128(address);
H A Dcfi_assembler.h167 ULEB128(block.size());
211 CFISection &ULEB128(uint64_t v) { Section::ULEB128(v); return *this; } function in class:google_breakpad::CFISection
H A Ddwarf2reader_die_unittest.cc175 .ULEB128(1) // DW_TAG_compile_unit, with children
249 .ULEB128(1); // abbrev code
400 info.ULEB128(29)
H A Dbytereader_unittest.cc70 .ULEB128(0xa0927048ba8121afULL)
/external/elfutils/src/tests/
H A Dcleanup-13.c16 #define ULEB128(x) (x)&0x7f /* Assume here the value is 0 ... 0x7f. */ macro
35 #define OP_constu(x) 0x10,ULEB128(x),
54 #define OP_plus_uconst(x) 0x23,ULEB128(x),
165 #define OP_bregx(x,y) 0x92,ULEB128(x),SLEB128(y),
166 #define OP_piece(x) 0x93,ULEB128(x),
177 #define OP_bit_piece(x) 0x9d,ULEB128(x),
/external/libunwind/src/dwarf/
H A DGexpr.c47 #define ULEB128 0x4 macro
64 [DW_OP_plus_uconst] = OPND1 (ULEB128),
99 [DW_OP_regx] = OPND1 (ULEB128),
101 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),
102 [DW_OP_piece] = OPND1 (ULEB128),
173 case ULEB128:
/external/google-breakpad/src/common/
H A Dtest_assembler_unittest.cc1506 section.ULEB128(0);
1512 section.ULEB128(1);
1518 section.ULEB128(0x3f);
1524 section.ULEB128(0x40);
1530 section.ULEB128(0x7f);
1536 section.ULEB128(0x80);
1542 section.ULEB128(0xff);
1548 section.ULEB128(0x100);
1554 section.ULEB128(0x1fff);
1560 section.ULEB128(
[all...]
H A Dtest_assembler.h251 // LEB128 and ULEB128 values (see below), and raw blocks of bytes.
402 Section &ULEB128(uint64_t value);
H A Dtest_assembler.cc315 Section &Section::ULEB128(uint64_t value) { function in class:google_breakpad::test_assembler::Section
/external/llvm/test/MC/ARM/
H A Deh-directive-pad.s161 @ The assembler should emit 0xB2 and the ULEB128 encoding of
H A Deh-directive-setfp.s172 @ The assembler should emit 0xB2 and the ULEB128 encoding of

Completed in 237 milliseconds