HomeSort by relevance Sort by last modified time
    Searched defs:ULEB128 (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/
diff.s 5 .global ULEB128
26 ULEB128:
27 .uleb128 .L1-.L0
29 .uleb128 .L1-.L0
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.h 167 ULEB128(block.size());
211 CFISection &ULEB128(uint64_t v) { Section::ULEB128(v); return *this; }
  /external/libunwind/src/dwarf/
Gexpr.c 47 #define ULEB128 0x4
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/
test_assembler.cc 315 Section &Section::ULEB128(uint64_t value) {
  /external/elfutils/tests/
cleanup-13.c 16 #define ULEB128(x) (x)&0x7f /* Assume here the value is 0 ... 0x7f. */
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),
268 /* DW_CFA_expression %rip, uleb128(l2-l1), l1: program DW_OP_lit8 DW_OP_minus DW_OP_nop l2: */
279 /* DW_CFA_expression %eip, uleb128(l2-l1), l1: program DW_OP_lit4 DW_OP_minus DW_OP_nop l2: */

Completed in 230 milliseconds