HomeSort by relevance Sort by last modified time
    Searched full:dwarf (Results 126 - 150 of 1075) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/
elf_i386.xbn 158 /* DWARF debug sections.
159 Symbols in the DWARF debugging sections are relative to the beginning
161 /* DWARF 1 */
164 /* GNU DWARF 1 extensions */
167 /* DWARF 1.1 and DWARF 2 */
170 /* DWARF 2 */
178 /* SGI/MIPS DWARF 2 extensions */
183 /* DWARF 3 */
elf_i386.xc 163 /* DWARF debug sections.
164 Symbols in the DWARF debugging sections are relative to the beginning
166 /* DWARF 1 */
169 /* GNU DWARF 1 extensions */
172 /* DWARF 1.1 and DWARF 2 */
175 /* DWARF 2 */
183 /* SGI/MIPS DWARF 2 extensions */
188 /* DWARF 3 */
elf_i386.xd 160 /* DWARF debug sections.
161 Symbols in the DWARF debugging sections are relative to the beginning
163 /* DWARF 1 */
166 /* GNU DWARF 1 extensions */
169 /* DWARF 1.1 and DWARF 2 */
172 /* DWARF 2 */
180 /* SGI/MIPS DWARF 2 extensions */
185 /* DWARF 3 */
elf_i386.xdc 163 /* DWARF debug sections.
164 Symbols in the DWARF debugging sections are relative to the beginning
166 /* DWARF 1 */
169 /* GNU DWARF 1 extensions */
172 /* DWARF 1.1 and DWARF 2 */
175 /* DWARF 2 */
183 /* SGI/MIPS DWARF 2 extensions */
188 /* DWARF 3 */
elf_i386.xdw 162 /* DWARF debug sections.
163 Symbols in the DWARF debugging sections are relative to the beginning
165 /* DWARF 1 */
168 /* GNU DWARF 1 extensions */
171 /* DWARF 1.1 and DWARF 2 */
174 /* DWARF 2 */
182 /* SGI/MIPS DWARF 2 extensions */
187 /* DWARF 3 */
elf_i386.xn 160 /* DWARF debug sections.
161 Symbols in the DWARF debugging sections are relative to the beginning
163 /* DWARF 1 */
166 /* GNU DWARF 1 extensions */
169 /* DWARF 1.1 and DWARF 2 */
172 /* DWARF 2 */
180 /* SGI/MIPS DWARF 2 extensions */
185 /* DWARF 3 */
elf_i386.xs 151 /* DWARF debug sections.
152 Symbols in the DWARF debugging sections are relative to the beginning
154 /* DWARF 1 */
157 /* GNU DWARF 1 extensions */
160 /* DWARF 1.1 and DWARF 2 */
163 /* DWARF 2 */
171 /* SGI/MIPS DWARF 2 extensions */
176 /* DWARF 3 */
elf_i386.xsc 154 /* DWARF debug sections.
155 Symbols in the DWARF debugging sections are relative to the beginning
157 /* DWARF 1 */
160 /* GNU DWARF 1 extensions */
163 /* DWARF 1.1 and DWARF 2 */
166 /* DWARF 2 */
174 /* SGI/MIPS DWARF 2 extensions */
179 /* DWARF 3 */
elf_i386.xsw 153 /* DWARF debug sections.
154 Symbols in the DWARF debugging sections are relative to the beginning
156 /* DWARF 1 */
159 /* GNU DWARF 1 extensions */
162 /* DWARF 1.1 and DWARF 2 */
165 /* DWARF 2 */
173 /* SGI/MIPS DWARF 2 extensions */
178 /* DWARF 3 */
elf_i386.xw 162 /* DWARF debug sections.
163 Symbols in the DWARF debugging sections are relative to the beginning
165 /* DWARF 1 */
168 /* GNU DWARF 1 extensions */
171 /* DWARF 1.1 and DWARF 2 */
174 /* DWARF 2 */
182 /* SGI/MIPS DWARF 2 extensions */
187 /* DWARF 3 */
  /external/elfutils/libdw/
libdwP.h 64 /* Version of the DWARF specification we support. */
143 struct Dwarf
211 Dwarf *dbg;
250 Dwarf *dbg;
265 Dwarf *dbg;
292 4-bytes + 2-bytes + 4-bytes + 1-byte for 32-bit dwarf
293 12-bytes + 2-bytes + 8-bytes + 1-byte for 64-bit dwarf
325 functions access internals of the Dwarf structure. */
355 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
362 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset
    [all...]
dwarf.h 1 /* This file defines standard DWARF types, structures, and macros.
53 /* DWARF tags. */
131 /* DWARF attributes encodings. */
252 /* DWARF form encodings. */
279 /* DWARF location operation encodings. */
440 /* DWARF base type encodings. */
465 /* DWARF decimal sign encodings. */
476 /* DWARF endianity encodings. */
488 /* DWARF accessibility encodings. */
497 /* DWARF visibility encodings. *
    [all...]
  /external/llvm/lib/Support/
Dwarf.cpp 1 //===-- llvm/Support/Dwarf.cpp - Dwarf Framework ----------------*- C++ -*-===//
10 // This file contains support for generic dwarf information.
14 #include "llvm/Support/Dwarf.h"
16 using namespace dwarf;
20 const char *llvm::dwarf::TagString(unsigned Tag) {
105 const char *llvm::dwarf::ChildrenString(unsigned Children) {
115 const char *llvm::dwarf::AttributeString(unsigned Attribute) {
257 const char *llvm::dwarf::FormEncodingString(unsigned Encoding) {
290 const char *llvm::dwarf::OperationEncodingString(unsigned Encoding)
    [all...]
  /external/clang/test/Driver/
darwin-debug-flags.c 13 // S: "-dwarf-debug-flags"
  /external/elfutils/libdwfl/
dwfl_getdwarf.c 1 /* Iterate through modules to fetch Dwarf information.
56 Dwarf *, Dwarf_Addr, void *);
66 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias);
74 Dwarf *, Dwarf_Addr, void *),
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 1 //===----- JITDwarfEmitter.cpp - Write dwarf tables into memory -----------===//
11 // write dwarf tables to memory.
90 JCE->emitByte(dwarf::DW_CFA_advance_loc4);
101 JCE->emitByte(dwarf::DW_CFA_def_cfa_offset);
103 JCE->emitByte(dwarf::DW_CFA_def_cfa);
114 JCE->emitByte(dwarf::DW_CFA_def_cfa_register);
124 JCE->emitByte(dwarf::DW_CFA_offset_extended_sf);
128 JCE->emitByte(dwarf::DW_CFA_offset + Reg);
131 JCE->emitByte(dwarf::DW_CFA_offset_extended);
395 JCE->emitByte(dwarf::DW_EH_PE_omit)
    [all...]
  /external/llvm/test/MC/ELF/
empty-dwarf-lines.s 3 // Test that the dwarf debug_line section contains no line directives.
  /external/qemu/
m68k.ld 150 /* DWARF debug sections.
151 Symbols in the DWARF debugging sections are relative to the beginning
153 /* DWARF 1 */
156 /* GNU DWARF 1 extensions */
159 /* DWARF 1.1 and DWARF 2 */
162 /* DWARF 2 */
170 /* SGI/MIPS DWARF 2 extensions */
x86_64.ld 157 /* DWARF debug sections.
158 Symbols in the DWARF debugging sections are relative to the beginning
160 /* DWARF 1 */
163 /* GNU DWARF 1 extensions */
166 /* DWARF 1.1 and DWARF 2 */
169 /* DWARF 2 */
177 /* SGI/MIPS DWARF 2 extensions */
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 1 //===-- CodeGen/AsmPrinter/DwarfException.cpp - Dwarf Exception Impl ------===//
10 // This file contains support for writing DWARF exception info into asm files.
34 #include "llvm/Support/Dwarf.h"
62 if ((PerEncoding & 0x70) != dwarf::DW_EH_PE_pcrel)
107 PerEncoding != dwarf::DW_EH_PE_omit && Per;
111 LSDAEncoding != dwarf::DW_EH_PE_omit;
DwarfCompileUnit.h 1 //===-- llvm/CodeGen/DwarfCompileUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
10 // This file contains support for writing dwarf compile unit.
32 /// CompileUnit - This dwarf writer support class manages information associated
47 /// Asm - Target of Dwarf emission.
191 /// addLabel - Add a Dwarf label attribute data and value.
240 /// and generate the DWARF information necessary to find the actual variable
242 /// the starting location. Add the DWARF information to the die.
249 /// provided, and generate the DWARF information necessary to find the
251 /// starting location. Add the DWARF information to the die. Obsolete,
267 void addType(DIE *Entity, DIType Ty, unsigned Attribute = dwarf::DW_AT_type)
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 97 /// The dwarf file and directory tables from the dwarf .file directive.
101 /// The current dwarf line information from the last dwarf .loc directive.
105 /// Generate dwarf debugging info for assembly source files.
108 /// The current dwarf file number when generate dwarf debugging info for
112 /// The default initial text section that we generate dwarf debugging line
113 /// info for when generating dwarf assembly source files.
118 /// The information gathered from labels that will have dwarf labe
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 21 #include "llvm/Support/Dwarf.h"
24 using namespace llvm::dwarf;
80 assert(((Lang <= dwarf::DW_LANG_Python && Lang >= dwarf::DW_LANG_C89) ||
81 (Lang <= dwarf::DW_LANG_hi_user && Lang >= dwarf::DW_LANG_lo_user)) &&
103 GetTagConstant(VMContext, dwarf::DW_TAG_compile_unit),
132 GetTagConstant(VMContext, dwarf::DW_TAG_file_type),
144 GetTagConstant(VMContext, dwarf::DW_TAG_enumerator),
157 GetTagConstant(VMContext, dwarf::DW_TAG_unspecified_type)
    [all...]
  /external/oprofile/opjitconv/
debug_line.c 3 * DWARF 2 debug line info creation helper
26 * Terminology comes from the TIS DWARF Debugging Information Format
39 * of DWARF we use.
97 // line_base - see DWARF 2 specs
99 // line_range - see DWARF 2 specs
114 /* DWARF 2 spec talk only about one possible compilation unit header while
115 * binutils can handle two flavours of dwarf 2, 32 and 64 bits, this is not
117 * information. For now we handle only DWARF 2 32 bits comp unit. It'll only
282 /* See TIS DWARF Debugging Information Format version 2.0 ? 6.2.5.1 */
  /external/valgrind/tsan/
dr64_ldscript 188 /* DWARF debug sections.
189 Symbols in the DWARF debugging sections are relative to the beginning
191 /* DWARF 1 */
194 /* GNU DWARF 1 extensions */
197 /* DWARF 1.1 and DWARF 2 */
200 /* DWARF 2 */
208 /* SGI/MIPS DWARF 2 extensions */
213 /* DWARF 3 */

Completed in 683 milliseconds

1 2 3 4 56 7 8 91011>>