Home
last modified time | relevance | path

Searched refs:ULEB128 (Results 1 – 25 of 29) sorted by relevance

12

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc767 .ULEB128(cfa_base_register) in StockCIEAndFDE()
768 .ULEB128(cfa_offset) in StockCIEAndFDE()
829 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0x4defb431).ULEB128(0x6d17b0ee) in TEST_F()
850 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0x5bbb3715).ULEB128(0x0186c7bf) in TEST_F()
870 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0x69d5696a).ULEB128(0x1eb7fc93) in TEST_F()
890 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0x3a368bed).ULEB128(0x3194ee37) in TEST_F()
910 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0x135270c5).ULEB128(0x24bad7cb) in TEST_F()
931 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0xe17ed602).ULEB128(0x3d162e7f) in TEST_F()
950 .D8(dwarf2reader::DW_CFA_def_cfa).ULEB128(0x4e363a85).ULEB128(0x815f9aa7) in TEST_F()
967 .D8(dwarf2reader::DW_CFA_def_cfa_sf).ULEB128(0x8ccb32b7).LEB128(0x9ea) in TEST_F()
[all …]
Ddwarf2reader_test_common.h121 ULEB128(code); in Abbrev()
122 ULEB128(static_cast<unsigned>(tag)); in Abbrev()
130 ULEB128(static_cast<unsigned>(name)); in Attribute()
131 ULEB128(static_cast<unsigned>(form)); in Attribute()
137 ULEB128(0); in EndAbbrev()
138 ULEB128(0); in EndAbbrev()
144 ULEB128(0); in EndTable()
Dcfi_assembler.cc72 ULEB128(code_alignment_factor); in CIEHeader()
77 ULEB128(return_address_register); in CIEHeader()
169 ULEB128(address); in EncodedPointer()
Dcfi_assembler.h169 ULEB128(block.size()); in Block()
213 CFISection &ULEB128(uint64_t v) { Section::ULEB128(v); return *this; } in ULEB128() function
Ddwarf2reader_die_unittest.cc179 .ULEB128(1) // DW_TAG_compile_unit, with children in TEST_P()
253 .ULEB128(1); // abbrev code in StartSingleAttributeDIE()
405 info.ULEB128(29) in TEST_P()
Dbytereader_unittest.cc72 .ULEB128(0xa0927048ba8121afULL) in TEST_F()
/external/llvm-project/llvm/test/CodeGen/X86/
Dgnu-eh-alternative.ll2 ; RUN: FileCheck --check-prefixes=ASM,ULEB128 %s
4 ; RUN: FileCheck --check-prefixes=ASM,ULEB128 %s
71 ; ULEB128: .uleb128 .Lttbase0-.Lttbaseref0
72 ; ULEB128: .Lttbaseref0:
73 ; ULEB128: .byte 1 # Call site Encoding = uleb128
74 ; ULEB128: .uleb128 .Lcst_end0-.Lcst_begin0
75 ; ULEB128: .Lcst_begin0:
76 ; ULEB128: .uleb128 .Lfunc_begin0-.Lfunc_begin0 # >> Call Site 1 <<
77 ; ULEB128: .uleb128 .Ltmp0-.Lfunc_begin0 # Call between .Lfunc_begin0 and .Ltmp0
78 ; ULEB128: .byte 0 # has no landing pad
[all …]
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Deh-frame-return-address-reg.s9 # while later versions use ULEB128. This test case
36 .byte 0x01 # Code alignment factor, ULEB128
37 .byte 0x01 # Data alignment factor, ULEB128
Ddebug_loclists_startx_length.s6 # the final version which uses ULEB128 and not the U32.
/external/elfutils/tests/
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/google-breakpad/src/common/
Dtest_assembler_unittest.cc1506 section.ULEB128(0); in TEST_F()
1512 section.ULEB128(1); in TEST_F()
1518 section.ULEB128(0x3f); in TEST_F()
1524 section.ULEB128(0x40); in TEST_F()
1530 section.ULEB128(0x7f); in TEST_F()
1536 section.ULEB128(0x80); in TEST_F()
1542 section.ULEB128(0xff); in TEST_F()
1548 section.ULEB128(0x100); in TEST_F()
1554 section.ULEB128(0x1fff); in TEST_F()
1560 section.ULEB128(0x2000); in TEST_F()
[all …]
Dtest_assembler.h402 Section &ULEB128(uint64_t value);
Dtest_assembler.cc315 Section &Section::ULEB128(uint64_t value) { in ULEB128() function in google_breakpad::test_assembler::Section
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Dbad-bind.test4 …inal-uleb-malformed-uleb128 2>&1 | FileCheck --check-prefix DYLIB-ORDINAL-ULEB-MALFORMED-ULEB128 %s
5 DYLIB-ORDINAL-ULEB-MALFORMED-ULEB128: macho-bind-dylib-ordinal-uleb-malformed-uleb128': truncated o…
73 …acho-rebase-uleb-malformed-uleb128 2>&1 | FileCheck --check-prefix REBASE-ULEB-MALFORMED-ULEB128 %s
74 REBASE-ULEB-MALFORMED-ULEB128: macho-rebase-uleb-malformed-uleb128': truncated or malformed object …
/external/capstone/contrib/sysz_update/
D0004-capstone-generate-GenDisassemblerTables.inc.patch72 // The filter value is ULEB128 encoded.
88 // ULEB128 encoded field value.
106 && "ULEB128 value too large!");
/external/llvm/test/MC/ARM/
Deh-directive-pad.s161 @ The assembler should emit 0xB2 and the ULEB128 encoding of
Deh-directive-setfp.s172 @ The assembler should emit 0xB2 and the ULEB128 encoding of
/external/llvm-project/llvm/test/MC/ARM/
Deh-directive-pad.s161 @ The assembler should emit 0xB2 and the ULEB128 encoding of
Deh-directive-setfp.s172 @ The assembler should emit 0xB2 and the ULEB128 encoding of
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst4099 DW_OP_LLVM_offset_uconst 0xe4 1 ULEB128 byte displacement
4101 DW_OP_LLVM_call_frame_entry_reg 0xe6 1 ULEB128 register number
4103 DW_OP_LLVM_aspace_bregx 0xe8 2 ULEB128 register number,
4104 ULEB128 byte displacement
4108 DW_OP_LLVM_extend 0xeb 2 ULEB128 bit size,
4109 ULEB128 count
4110 DW_OP_LLVM_select_bit_piece 0xec 2 ULEB128 bit size,
4111 ULEB128 count
4202 DW_CFA_def_aspace_cfa 0 0x30 ULEB128 register ULEB128 offset ULEB128 address space
4203 DW_CFA_def_aspace_cfa_sf 0 0x31 ULEB128 register SLEB128 offset ULEB128 address space
DExtensions.rst364 The contents of the section are a sequence of ULEB128-encoded integers
/external/elfutils/po/
Duk.po2863 "section [%2d] '%s': offset %zu: endless ULEB128 in attribute subsection tag\n"
2865 "розділ [%2d] «%s»: зміщення %zu: незавершене поле ULEB128 у тезі підрозділу "
2899 msgid "section [%2d] '%s': offset %zu: endless ULEB128 in attribute tag\n"
2901 "розділ [%2d] «%s»: зміщення %zu: незавершене поле ULEB128 у тезі атрибуту\n"
Dpl.po2836 "section [%2d] '%s': offset %zu: endless ULEB128 in attribute subsection tag\n"
2838 "sekcja [%2d] „%s”: offset %zu: niekończące się ULEB128 w znaczniku podsekcji "
2871 msgid "section [%2d] '%s': offset %zu: endless ULEB128 in attribute tag\n"
2873 "sekcja [%2d] „%s”: offset %zu: niekończące się ULEB128 w znaczniku atrybutu\n"
Des.po2883 "section [%2d] '%s': offset %zu: endless ULEB128 in attribute subsection tag\n"
2885 "Sección [%2d] '%s': compensación %zu: sin fin ULEB128 en etiqueta de sub-"
2920 msgid "section [%2d] '%s': offset %zu: endless ULEB128 in attribute tag\n"
2922 "Sección[%2d] '%s': compensación %zu: sin fin ULEB128 en etiqueta de "
Dja.po2767 "section [%2d] '%s': offset %zu: endless ULEB128 in attribute subsection tag\n"
2796 msgid "section [%2d] '%s': offset %zu: endless ULEB128 in attribute tag\n"

12