HomeSort by relevance Sort by last modified time
    Searched refs:DWARF (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/elfutils/tests/
run-readelf-loc.sh 65 DWARF section [33] '.debug_loc' at offset 0xd2a:
70 DWARF section [34] '.debug_ranges' at offset 0xd94:
81 DWARF section [33] '.debug_loc' at offset 0xd2a:
86 DWARF section [34] '.debug_ranges' at offset 0xd94:
97 DWARF section [33] '.debug_loc' at offset 0xd2a:
102 DWARF section [34] '.debug_ranges' at offset 0xd94:
run-dwfl-bug-offline-rel.sh 24 module: 00000000 DWARF 0 (no error)
run-readelf-aranges.sh 116 DWARF section [27] '.debug_aranges' at offset 0x1044:
121 DWARF version: 2
131 DWARF version: 2
142 DWARF version: 2
153 DWARF section [27] '.debug_aranges' at offset 0x1044 contains 5 entries:
run-readelf-zdebug.sh 48 DWARF section [30] '.debug_loc' at offset 0xa17:
63 DWARF section [31] '.debug_aranges' at offset 0xa65:
68 DWARF version: 2
82 DWARF section [32] '.debug_ranges' at offset 0xa95:
92 DWARF section [33] '.debug_macro' at offset 0xab5:
353 DWARF section [34] '.debug_line' at offset 0x104c:
358 DWARF version: 2
507 DWARF section [36] '.debug_frame' at offset 0x29b8:
run-readelf-macro.sh 64 DWARF section [32] '.debug_macro' at offset 0x2480:
run-strip-reloc.sh 56 # Strip of DWARF section lines, offset will not match.
59 | grep -v ^DWARF\ section > readelf.out1 ||
63 | grep -v ^DWARF\ section > readelf.out2 ||
  /external/llvm/test/MC/ELF/
discriminator.s 3 # RUN: llvm-dwarfdump -debug-dump=line %t.o | FileCheck %s -check-prefix=DWARF-DUMP
18 .short 4 # DWARF version number
59 # DWARF-DUMP: Address Line Column File ISA Discriminator Flags
60 # DWARF-DUMP: ------------------ ------ ------ ------ --- ------------- -------------
61 # DWARF-DUMP: 0x0001021300000000 1 0 1 0 1 is_stmt
compression.s 34 // Decompress one valid dwarf section just to check that this roundtrips,
83 .short 4 # DWARF version number
  /external/llvm/test/MC/Mips/
cfi.s 7 # canonicalised to their DWARF register numbers.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-3.d 4 #name: MIPS DWARF-2 location information with branch swapping (3)
loc-swap-dis.d 2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information.
loc-swap.s 1 # Source file to test DWARF-2 location information with branch swapping.
micromips@loc-swap-dis.d 2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information (microMIPS).
mips16@loc-swap-dis.d 2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information (MIPS16).
mipsr6@loc-swap-dis.d 2 #name: MIPS DWARF-2 location information with branch swapping disassembly
6 # Check branch swapping with DWARF-2 location information.
loc-swap.d 3 #name: MIPS DWARF-2 location information with branch swapping
7 # Verify that DWARF-2 location information for instructions reordered
14 DWARF Version: 2
mips16@loc-swap.d 3 #name: MIPS DWARF-2 location information with branch swapping
7 # Verify that DWARF-2 location information for instructions reordered
14 DWARF Version: 2
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 5 // DWARF debug information entry parser.
7 // The first word in the entry is an index into what DWARF
11 package dwarf package
99 // are encoded as block values in DWARF 2 and 3. See DWARF 4, Figure
125 // encoding formSecOffset in DWARF 4 or formData* in DWARF 2 and 3.
142 // formToClass returns the DWARF 4 Class for the given form. If the
143 // DWARF version is less then 4, it will disambiguate some forms
155 // In DWARF 2 and 3, ClassExprLoc was encoded as
    [all...]
open.go 5 // Package dwarf provides access to DWARF debugging information loaded from
6 // executable files, as defined in the DWARF 2.0 Standard at
7 // http://dwarfstd.org/doc/dwarf-2.0.0.pdf
8 package dwarf package
12 // Data represents the DWARF debugging information
35 // the DWARF method of the File type of the appropriate package debug/elf,
81 // AddTypes will add one .debug_types section to the DWARF data. A
82 // typical object with DWARF version 4 debug info will have multiple
entry_test.go 8 . "debug/dwarf"
14 // debug/dwarf doesn't (currently) support split DWARF, but
15 // the attributes that pointed to the split DWARF used to
16 // cause loading the DWARF data to fail entirely (issue
17 // #12592). Test that we can at least read the DWARF data.
28 // field, even if we can't figure out its DWARF class.
unit.go 5 package dwarf package
12 // DWARF debug info is split into a sequence of compilation units.
22 is64 bool // True for 64-bit DWARF format
66 b.error("unsupported DWARF version " + strconv.Itoa(int(vers)))
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 5 // DWARF debug information entry parser.
7 // The first word in the entry is an index into what DWARF
11 package dwarf package
99 // are encoded as block values in DWARF 2 and 3. See DWARF 4, Figure
125 // encoding formSecOffset in DWARF 4 or formData* in DWARF 2 and 3.
142 // formToClass returns the DWARF 4 Class for the given form. If the
143 // DWARF version is less then 4, it will disambiguate some forms
155 // In DWARF 2 and 3, ClassExprLoc was encoded as
    [all...]
open.go 5 // Package dwarf provides access to DWARF debugging information loaded from
6 // executable files, as defined in the DWARF 2.0 Standard at
7 // http://dwarfstd.org/doc/dwarf-2.0.0.pdf
8 package dwarf package
12 // Data represents the DWARF debugging information
35 // the DWARF method of the File type of the appropriate package debug/elf,
81 // AddTypes will add one .debug_types section to the DWARF data. A
82 // typical object with DWARF version 4 debug info will have multiple
entry_test.go 8 . "debug/dwarf"
14 // debug/dwarf doesn't (currently) support split DWARF, but
15 // the attributes that pointed to the split DWARF used to
16 // cause loading the DWARF data to fail entirely (issue
17 // #12592). Test that we can at least read the DWARF data.
28 // field, even if we can't figure out its DWARF class.
unit.go 5 package dwarf package
12 // DWARF debug info is split into a sequence of compilation units.
22 is64 bool // True for 64-bit DWARF format
66 b.error("unsupported DWARF version " + strconv.Itoa(int(vers)))

Completed in 1076 milliseconds

1 2 3 4 5 6