OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dwarf
(Results
326 - 350
of
1075
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/mipsel-linux-android/lib/ldscripts/
elf64ltsmip.xdc
234
/*
DWARF
debug sections.
235
Symbols in the
DWARF
debugging sections are relative to the beginning
237
/*
DWARF
1 */
240
/* GNU
DWARF
1 extensions */
243
/*
DWARF
1.1 and
DWARF
2 */
246
/*
DWARF
2 */
254
/* SGI/MIPS
DWARF
2 extensions */
259
/*
DWARF
3 */
elf64ltsmip.xdw
234
/*
DWARF
debug sections.
235
Symbols in the
DWARF
debugging sections are relative to the beginning
237
/*
DWARF
1 */
240
/* GNU
DWARF
1 extensions */
243
/*
DWARF
1.1 and
DWARF
2 */
246
/*
DWARF
2 */
254
/* SGI/MIPS
DWARF
2 extensions */
259
/*
DWARF
3 */
elf64ltsmip.xsc
218
/*
DWARF
debug sections.
219
Symbols in the
DWARF
debugging sections are relative to the beginning
221
/*
DWARF
1 */
224
/* GNU
DWARF
1 extensions */
227
/*
DWARF
1.1 and
DWARF
2 */
230
/*
DWARF
2 */
238
/* SGI/MIPS
DWARF
2 extensions */
243
/*
DWARF
3 */
elf64ltsmip.xsw
217
/*
DWARF
debug sections.
218
Symbols in the
DWARF
debugging sections are relative to the beginning
220
/*
DWARF
1 */
223
/* GNU
DWARF
1 extensions */
226
/*
DWARF
1.1 and
DWARF
2 */
229
/*
DWARF
2 */
237
/* SGI/MIPS
DWARF
2 extensions */
242
/*
DWARF
3 */
elf64ltsmip.xw
234
/*
DWARF
debug sections.
235
Symbols in the
DWARF
debugging sections are relative to the beginning
237
/*
DWARF
1 */
240
/* GNU
DWARF
1 extensions */
243
/*
DWARF
1.1 and
DWARF
2 */
246
/*
DWARF
2 */
254
/* SGI/MIPS
DWARF
2 extensions */
259
/*
DWARF
3 */
/external/elfutils/libdw/
dwarf_entry_breakpoints.c
54
#include <
dwarf
.h>
103
If
DWARF
, look for proper markers.
106
bool
dwarf
, bool adhoc)
126
if (
dwarf
)
141
/* Search each contiguous address range for
DWARF
prologue_end markers. */
171
/* If we didn't find any proper
DWARF
markers, then look in the
memory-access.h
190
read_2ubyte_unaligned (
Dwarf
*dbg, const void *p)
198
read_2sbyte_unaligned (
Dwarf
*dbg, const void *p)
213
read_4ubyte_unaligned (
Dwarf
*dbg, const void *p)
221
read_4sbyte_unaligned (
Dwarf
*dbg, const void *p)
230
read_8ubyte_unaligned (
Dwarf
*dbg, const void *p)
238
read_8sbyte_unaligned (
Dwarf
*dbg, const void *p)
/build/core/
armelf.xsc
168
/*
DWARF
debug sections.
169
Symbols in the
DWARF
debugging sections are relative to the beginning
171
/*
DWARF
1 */
174
/* GNU
DWARF
1 extensions */
177
/*
DWARF
1.1 and
DWARF
2 */
180
/*
DWARF
2 */
188
/* SGI/MIPS
DWARF
2 extensions */
/external/linux-tools-perf/util/
probe-finder.h
38
#include <
dwarf
.h>
44
#include <
dwarf
.h>
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h
1
//==-- llvm/CodeGen/DwarfAccelTable.h -
Dwarf
Accelerator Tables -*- C++ -*-==//
10
// This file contains support for writing
dwarf
accelerator tables.
20
#include "llvm/Support/
Dwarf
.h"
30
// The
dwarf
accelerator tables are an indirect hash table optimized
151
uint16_t form; //
DWARF
DW_FORM_ defines
158
<< "Form: " <<
dwarf
::FormEncodingString(form) << "\n";
205
O << " Tag: " <<
dwarf
::TagString(Die->getTag()) << "\n";
230
O << " Tag: " <<
dwarf
::TagString(Data[i]->Die->getTag()) << "\n";
Win64Exception.cpp
1
//===-- CodeGen/AsmPrinter/Win64Exception.cpp -
Dwarf
Exception Impl ------===//
33
#include "llvm/Support/
Dwarf
.h"
68
PerEncoding !=
dwarf
::DW_EH_PE_omit && Per;
72
LSDAEncoding !=
dwarf
::DW_EH_PE_omit;
DwarfDebug.h
1
//===-- llvm/CodeGen/DwarfDebug.h -
Dwarf
Debug Framework ------*- C++ -*--===//
10
// This file contains support for writing
dwarf
debug info into asm files.
150
// Translate tag to proper
Dwarf
tag.
152
if (Var.getTag() ==
dwarf
::DW_TAG_arg_variable)
153
return
dwarf
::DW_TAG_formal_parameter;
155
return
dwarf
::DW_TAG_variable;
161
if (Var.getTag() ==
dwarf
::DW_TAG_arg_variable
185
/// Asm - Target of
Dwarf
emission.
192
// Attributes used to construct specific
Dwarf
sections.
277
/// label location to indicate scope boundries in
dwarf
debug info
[
all
...]
/external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp
11
#include "llvm/Support/
Dwarf
.h"
15
using namespace
dwarf
;
DWARFCompileUnit.cpp
13
#include "llvm/Support/
Dwarf
.h"
17
using namespace
dwarf
;
192
// Give a little bit of info if we encounter corrupt
DWARF
(our offset
196
fprintf (stderr, "warning:
DWARF
compile unit extends beyond its bounds cu 0x%8.8x at 0x%8.8x'\n", getOffset(), offset);
228
// up parsing the
DWARF
and then throwing them all away to keep memory usage
/external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h
1
//===------ JITDwarfEmitter.h - Write
dwarf
tables into memory ------------===//
11
// write
dwarf
tables to memory.
/external/qemu/
ia64.ld
183
/*
DWARF
debug sections.
184
Symbols in the
DWARF
debugging sections are relative to the beginning
186
/*
DWARF
1 */
189
/* GNU
DWARF
1 extensions */
192
/*
DWARF
1.1 and
DWARF
2 */
195
/*
DWARF
2 */
203
/* SGI/MIPS
DWARF
2 extensions */
ppc.ld
199
/*
DWARF
debug sections.
200
Symbols in the
DWARF
debugging sections are relative to the beginning
202
/*
DWARF
1 */
205
/* GNU
DWARF
1 extensions */
208
/*
DWARF
1.1 and
DWARF
2 */
211
/*
DWARF
2 */
219
/* SGI/MIPS
DWARF
2 extensions */
/external/valgrind/main/coregrind/m_debuginfo/
README.txt
17
maintaining/searching arrays of symbols, line-numbers, and
Dwarf
CF
54
type storage/reader stuff but with
DWARF
as its primary target.
/external/clang/test/Driver/
cc-log-diagnostics.c
12
// CHECK: <key>
dwarf
-debug-flags</key>
/external/llvm/test/CodeGen/X86/
dbg-file-name.ll
1
; RUN: llc -enable-
dwarf
-directory -mtriple x86_64-apple-darwin10.0.0 < %s | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
empty-function-nop.ll
6
; Empty functions need a NOP in them for MachO to prevent
DWARF
FDEs from
/external/qemu/docs/
ANDROID-ELFF.TXT
14
full new implementation of an ELF/
DWARF
parser.
/external/qemu/elff/
elff_api.cc
15
* an ELF file containing debugging information in
DWARF
format.
/ndk/sources/host-tools/ndk-stack/elff/
elff_api.cc
15
* an ELF file containing debugging information in
DWARF
format.
/external/llvm/include/llvm/Analysis/
DebugInfo.h
13
//
DWARF
information.
23
#include "llvm/Support/
Dwarf
.h"
379
return (getUnsignedField(13) &
dwarf
::DW_APPLE_PROPERTY_readonly) != 0;
383
return (getUnsignedField(13) &
dwarf
::DW_APPLE_PROPERTY_readwrite) != 0;
387
return (getUnsignedField(13) &
dwarf
::DW_APPLE_PROPERTY_assign) != 0;
391
return (getUnsignedField(13) &
dwarf
::DW_APPLE_PROPERTY_retain) != 0;
395
return (getUnsignedField(13) &
dwarf
::DW_APPLE_PROPERTY_copy) != 0;
399
return (getUnsignedField(13) &
dwarf
::DW_APPLE_PROPERTY_nonatomic) != 0;
782
/// is not associated with any
DWARF
tag.
811
return (getUnsignedField(6) &
dwarf
::DW_APPLE_PROPERTY_readonly) != 0
[
all
...]
Completed in 455 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>