OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:standard_opcode_lengths
(Results
1 - 12
of
12
) sorted by null
/external/llvm/test/MC/MachO/
gen-dwarf.s
99
// CHECK:
standard_opcode_lengths
[DW_LNS_copy] = 0
100
// CHECK:
standard_opcode_lengths
[DW_LNS_advance_pc] = 1
101
// CHECK:
standard_opcode_lengths
[DW_LNS_advance_line] = 1
102
// CHECK:
standard_opcode_lengths
[DW_LNS_set_file] = 1
103
// CHECK:
standard_opcode_lengths
[DW_LNS_set_column] = 1
104
// CHECK:
standard_opcode_lengths
[DW_LNS_negate_stmt] = 0
105
// CHECK:
standard_opcode_lengths
[DW_LNS_set_basic_block] = 0
106
// CHECK:
standard_opcode_lengths
[DW_LNS_const_add_pc] = 0
107
// CHECK:
standard_opcode_lengths
[DW_LNS_fixed_advance_pc] = 1
108
// CHECK:
standard_opcode_lengths
[DW_LNS_set_prologue_end] =
[
all
...]
/external/elfutils/libdw/
dwarf_getsrclines.c
216
const uint8_t *
standard_opcode_lengths
= linep - 1;
local
497
if (unlikely (
standard_opcode_lengths
[opcode] != 0))
516
if (unlikely (
standard_opcode_lengths
[opcode] != 1))
526
if (unlikely (
standard_opcode_lengths
[opcode] != 1))
535
if (unlikely (
standard_opcode_lengths
[opcode] != 1))
544
if (unlikely (
standard_opcode_lengths
[opcode] != 1))
553
if (unlikely (
standard_opcode_lengths
[opcode] != 0))
561
if (unlikely (
standard_opcode_lengths
[opcode] != 0))
569
if (unlikely (
standard_opcode_lengths
[opcode] != 0))
579
if (unlikely (
standard_opcode_lengths
[opcode] != 1)
[
all
...]
/external/qemu/elff/
dwarf_cu.h
73
/* Points to
standard_opcode_lengths
array in the actual STMTL header in
75
const Elf_Byte*
standard_opcode_lengths
;
member in struct:Dwarf_STMTL_Hdr
461
stmtl_header_.
standard_opcode_lengths
= &stmtl_hdr->
standard_opcode_lengths
;
467
INC_CPTR_T(char, stmtl_header_.
standard_opcode_lengths
,
dwarf_cu.cc
669
uleb < stmtl_header_.
standard_opcode_lengths
[op - 1]; uleb++) {
dwarf_defs.h
560
Elf_Byte
standard_opcode_lengths
;
member in struct:Dwarf_STMTLHdr
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h
73
/* Points to
standard_opcode_lengths
array in the actual STMTL header in
75
const Elf_Byte*
standard_opcode_lengths
;
member in struct:Dwarf_STMTL_Hdr
461
stmtl_header_.
standard_opcode_lengths
= &stmtl_hdr->
standard_opcode_lengths
;
467
INC_CPTR_T(char, stmtl_header_.
standard_opcode_lengths
,
dwarf_cu.cc
669
uleb < stmtl_header_.
standard_opcode_lengths
[op - 1]; uleb++) {
dwarf_defs.h
560
Elf_Byte
standard_opcode_lengths
;
member in struct:Dwarf_STMTLHdr
/external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp
31
OS << format("
standard_opcode_lengths
[%s] = %u\n", LNStandardString(i+1),
/external/elfutils/src/
readelf.c
4625
const uint8_t *
standard_opcode_lengths
= linep - 1;
local
[
all
...]
/external/llvm/lib/MC/
MCDwarf.cpp
40
// "
standard_opcode_lengths
" table that is emitted in DwarfFileTable::Emit().
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c
[
all
...]
Completed in 3050 milliseconds