Searched
full:dwarf (Results
576 -
600 of
1075) sorted by null
<<21222324252627282930>>
/external/elfutils/ |
configure.ac | 200 dnl DWARF library. 203 dnl Higher-level DWARF support library.
|
NEWS | 61 bug fixes for oddly-formatted DWARF 175 dwarf.h updated for DWARF 3.0 final specification. 291 readelf: improve DWARF output format 297 libdw: Updated dwarf.h from DWARF3 spec 496 libebl: .debug_ranges is a DWARF 3 debug section 652 dwarf.h: Update from draft 7
|
/external/elfutils/libdw/ |
dwarf_getabbrev.c | 56 #include <dwarf.h> 63 Dwarf *dbg;
|
dwarf_getlocation.c | 55 #include <dwarf.h> 118 Dwarf *dbg = cu->dbg; 463 normally be specified by DW_AT_low_pc. In DWARF-3 draft 4,
|
/external/linux-tools-perf/ |
Android.mk | 93 arch/arm/util/dwarf-regs.c 244 arch/arm/util/dwarf-regs.c
|
/external/llvm/include/llvm/MC/ |
MCObjectFileInfo.h | 88 /// If we use the DWARF accelerated hash tables then we want toe emit these 95 // Dwarf sections for debug info. If a target supports debug info, these must
|
/external/llvm/lib/MC/ |
MCObjectStreamer.cpp | 268 // Dump out the dwarf file & directory tables and line tables. 273 // If we are generating dwarf for assembly source files dump out the sections.
|
MCContext.cpp | 249 // Dwarf Management 252 /// GetDwarfFile - takes a file name an number to place in the dwarf file and 319 /// isValidDwarfFileNumber - takes a dwarf file number and returns true if it
|
/external/llvm/lib/Target/Hexagon/ |
HexagonRegisterInfo.td | 134 def PC : Rc<9, "pc">, DwarfRegNum<[32]>; // is the Dwarf number correct? 135 def GP : Rc<11, "gp">, DwarfRegNum<[33]>; // is the Dwarf number correct?
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
flag-types.h | 30 DWARF2_DEBUG, /* Write Dwarf v2 debug info (using dwarf2out.c). */ 34 and DWARF v2 debug info (using dwarf2out.c). */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
flag-types.h | 30 DWARF2_DEBUG, /* Write Dwarf v2 debug info (using dwarf2out.c). */ 34 and DWARF v2 debug info (using dwarf2out.c). */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
flag-types.h | 30 DWARF2_DEBUG, /* Write Dwarf v2 debug info (using dwarf2out.c). */ 34 and DWARF v2 debug info (using dwarf2out.c). */
|
/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | 201 // Collect all information about dwarf register numbers 212 PrintWarning(Reg->getLoc(), Twine("DWARF numbers for register ") + 228 OS << "// " << Namespace << " Dwarf<->LLVM register mappings.\n"; 230 // Emit reverse information about the dwarf register numbers. 285 // Emit information about the dwarf register numbers. 293 // Store the mapping sorted by the Dwarf reg num so lookup can be done 341 // Emit reverse information about the dwarf register numbers. 350 << " llvm_unreachable(\"Unknown DWARF flavour\");\n"; 372 // Emit information about the dwarf register numbers. 381 << " llvm_unreachable(\"Unknown DWARF flavour\");\n" [all...] |
/external/qemu/elff/ |
dwarf.h | 45 dwarf.h DWARF debugging information values [all...] |
elf_file.cc | 380 /* Lets determine DWARF format. According to the docs, DWARF is 64 bit, if
420 /* Instatiate CU, depending on DWARF "bitness". */
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | 158 Bool dw64; /* 64-bit Dwarf? */ 175 /* DWARF 3. */ 267 64-bit bit value from p+4. This is used in 64-bit dwarf to encode 271 specified by the DWARF we're reading. This happens to work only 273 platform of the same endianness as the DWARF it is reading. Same 276 binutils/dwarf.c calls byte_get(). 511 "DWARF line info appears to be corrupt " 520 VG_(printf)(" DWARF Version: %d\n", 525 "Only DWARF version 2, 3 and 4 line info " 578 (x86.ddj.com/ftp/manuals/tools/dwarf.pdf). Perhaps I understan [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf.h | 45 dwarf.h DWARF debugging information values [all...] |
elf_file.cc | 380 /* Lets determine DWARF format. According to the docs, DWARF is 64 bit, if 420 /* Instatiate CU, depending on DWARF "bitness". */
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 109 /// DD - If the target supports dwarf debug info, this pointer is non-null. 112 /// DE - If the target supports dwarf exception info, this pointer is 358 // Dwarf Emission Helper Routines 403 /// EmitDwarfRegOp - Emit dwarf register operation. 407 // Dwarf Lowering Routines
|
/external/elfutils/libdwfl/ |
libdwflP.h | 84 DWFL_ERROR (NO_DWARF, N_("No DWARF information found")) \ 93 DWFL_ERROR (WEIRD_TYPE, N_("cannot handle DWARF type description")) 170 Dwarf *dw; /* libdw handle for its debugging info. */
|
/external/elfutils/src/ |
findtextrel.c | 100 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, 360 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); 492 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw,
|
/external/elfutils/tests/ |
show-die-info.c | 28 #include <dwarf.h> 225 handle (Dwarf *dbg, Dwarf_Die *die, int n) 486 Dwarf *dbg;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-addr2line | |
i686-linux-strings | |
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 30 #include "llvm/Support/Dwarf.h" 81 // dwarf frames for exception handling. This functionality is not portable 85 // generates dwarf frames and registers it to libgcc with __register_frame. 95 // values of an opaque key, used by libgcc to find dwarf tables. 147 /// probably contains all dwarf tables that are loaded. 183 ob->encoding.b.encoding = llvm::dwarf::DW_EH_PE_omit;
|
Completed in 1353 milliseconds
<<21222324252627282930>>