OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dwarf
(Results
51 - 75
of
2555
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/s390/util/
dwarf-regs.c
2
* Mapping of
DWARF
debug register numbers into register names.
10
#include <
dwarf
-regs.h>
/external/llvm/test/DebugInfo/Inputs/
fission-ranges.cc
14
// $ gcc -gsplit-
dwarf
-O2 -fPIC fission-ranges.cc -c -o obj2.o
15
// $ clang -gsplit-
dwarf
-O2 -fsanitize=address -fPIC -Dmain=foo fission-ranges.cc -c -o obj1.o
/external/llvm/test/MC/AsmParser/
directive_file-errors.s
9
// CHECK-ERRORS:6:9: error: input can't have .file
dwarf
directives when -g is used to generate
dwarf
debug info for assembly code
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.xr
85
/*
DWARF
debug sections.
86
Symbols in the
DWARF
debugging sections are relative to the beginning
89
/*
DWARF
1.1 and
DWARF
2. */
102
/*
DWARF
2. */
131
/* SGI/MIPS
DWARF
2 extensions. */
152
/*
DWARF
3. */
157
/*
DWARF
4. */
i386pe.xu
89
/*
DWARF
debug sections.
90
Symbols in the
DWARF
debugging sections are relative to the beginning
93
/*
DWARF
1.1 and
DWARF
2. */
106
/*
DWARF
2. */
135
/* SGI/MIPS
DWARF
2 extensions. */
156
/*
DWARF
3. */
161
/*
DWARF
4. */
i386pep.xr
89
/*
DWARF
debug sections.
90
Symbols in the
DWARF
debugging sections are relative to the beginning
93
/*
DWARF
1.1 and
DWARF
2. */
106
/*
DWARF
2. */
135
/* SGI/MIPS
DWARF
2 extensions. */
156
/*
DWARF
3. */
161
/*
DWARF
4. */
i386pep.xu
94
/*
DWARF
debug sections.
95
Symbols in the
DWARF
debugging sections are relative to the beginning
98
/*
DWARF
1.1 and
DWARF
2. */
111
/*
DWARF
2. */
140
/* SGI/MIPS
DWARF
2 extensions. */
161
/*
DWARF
3. */
166
/*
DWARF
4. */
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
50
PersonalityEncoding =
dwarf
::DW_EH_PE_indirect |
dwarf
::DW_EH_PE_pcrel
51
|
dwarf
::DW_EH_PE_sdata4;
52
LSDAEncoding = FDECFIEncoding =
dwarf
::DW_EH_PE_pcrel;
53
TTypeEncoding =
dwarf
::DW_EH_PE_indirect |
dwarf
::DW_EH_PE_pcrel |
54
dwarf
::DW_EH_PE_sdata4;
271
FDECFIEncoding =
dwarf
::DW_EH_PE_sdata4;
275
FDECFIEncoding =
dwarf
::DW_EH_PE_sdata8;
278
FDECFIEncoding =
dwarf
::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata4
[
all
...]
/external/libunwind/src/x86/
Gos-freebsd.c
48
as = c->
dwarf
.as;
50
arg = c->
dwarf
.as_arg;
75
ip = c->
dwarf
.ip;
110
sf = (struct sigframe *)c->
dwarf
.cfa;
112
c->sigcontext_addr = c->
dwarf
.cfa;
115
ret = dwarf_get (&c->
dwarf
, esp_loc, &c->
dwarf
.cfa);
122
c->
dwarf
.loc[EIP] = DWARF_LOC (uc_addr + FREEBSD_UC_MCONTEXT_EIP_OFF, 0);
123
c->
dwarf
.loc[ESP] = DWARF_LOC (uc_addr + FREEBSD_UC_MCONTEXT_ESP_OFF, 0);
124
c->
dwarf
.loc[EAX] = DWARF_LOC (uc_addr + FREEBSD_UC_MCONTEXT_EAX_OFF, 0)
[
all
...]
Gget_proc_info.c
33
if (dwarf_make_proc_info (&c->
dwarf
) < 0)
35
/* On x86, it's relatively common to be missing
DWARF
unwind
39
pi->start_ip = c->
dwarf
.ip;
40
pi->end_ip = c->
dwarf
.ip + 1;
43
*pi = c->
dwarf
.pi;
/external/clang/test/CodeGen/
split-debug-filename.c
1
// RUN: %clang -target x86_64-linux-gnu -gsplit-
dwarf
-S -emit-llvm -o - %s | FileCheck %s
/external/clang/test/Driver/
split-debug.s
4
// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-
dwarf
-c -### %s 2> %t
11
// RUN: %clang -target x86_64-macosx -gsplit-
dwarf
-c -### %s 2> %t
14
// CHECK-NO-ACTIONS-NOT: -split-
dwarf
17
// RUN: %clang -target x86_64-unknown-linux-gnu -gsplit-
dwarf
-o Bad.x -### %s 2> %t
/external/libunwind/src/dwarf/
Gstep_dwarf.c
4
* target architecture and another for
dwarf
, libunwind.a was given two copies
Lstep_dwarf.c
4
* target architecture and another for
dwarf
, libunwind.a was given two copies
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/attr/
test-record-graph-dwarf
3
args = -g
dwarf
-- kill >/dev/null 2>&1
/external/lldb/test/functionalities/data-formatter/rdar-9973865/
Makefile
5
# Workaround for llvm.org/pr16214: clang doesn't emit structure definition
DWARF
/external/llvm/docs/CommandGuide/
llvm-dwarfdump.rst
1
llvm-dwarfdump - print contents of
DWARF
sections
12
:program:`llvm-dwarfdump` parses
DWARF
sections in the object files
20
Specify the
DWARF
section to dump.
24
Use ``all`` to dump all
DWARF
sections. It is the default.
/external/libunwind/src/x86_64/
Gget_save_loc.c
40
case UNW_X86_64_RBX: loc = c->
dwarf
.loc[RBX]; break;
41
case UNW_X86_64_RSP: loc = c->
dwarf
.loc[RSP]; break;
42
case UNW_X86_64_RBP: loc = c->
dwarf
.loc[RBP]; break;
43
case UNW_X86_64_R12: loc = c->
dwarf
.loc[R12]; break;
44
case UNW_X86_64_R13: loc = c->
dwarf
.loc[R13]; break;
45
case UNW_X86_64_R14: loc = c->
dwarf
.loc[R14]; break;
46
case UNW_X86_64_R15: loc = c->
dwarf
.loc[R15]; break;
Gget_proc_info.c
35
if (dwarf_make_proc_info (&c->
dwarf
) < 0)
38
are missing
DWARF
unwind info. We don't want to fail in that
42
pi->start_ip = c->
dwarf
.ip;
43
pi->end_ip = c->
dwarf
.ip + 1;
46
*pi = c->
dwarf
.pi;
/external/libunwind/src/hppa/
Gget_proc_info.c
33
if (dwarf_make_proc_info (&c->
dwarf
) < 0)
36
are missing
DWARF
unwind info. We don't want to fail in that
40
pi->start_ip = c->
dwarf
.ip;
41
pi->end_ip = c->
dwarf
.ip + 4;
44
*pi = c->
dwarf
.pi;
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm/util/
dwarf-regs.c
2
* Mapping of
DWARF
debug register numbers into register names.
12
#include <
dwarf
-regs.h>
50
* get_arch_regstr() - lookup register name from it's
DWARF
register number
51
* @n: the
DWARF
register number
54
* regdwarfnum_table from it's
DWARF
register number. If the register is not
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/util/
dwarf-regs.c
2
* Mapping of
DWARF
debug register numbers into register names.
12
#include <
dwarf
-regs.h>
66
* get_arch_regstr() - lookup register name from it's
DWARF
register number
67
* @n: the
DWARF
register number
70
* regdwarfnum_table from it's
DWARF
register number. If the register is not
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/powerpc/util/
dwarf-regs.c
2
* Mapping of
DWARF
debug register numbers into register names.
13
#include <
dwarf
-regs.h>
74
* get_arch_regstr() - lookup register name from it's
DWARF
register number
75
* @n: the
DWARF
register number
78
* regdwarfnum_table from it's
DWARF
register number. If the register is not
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
dwarf-regs.c
2
*
dwarf
-regs.c : Mapping of
DWARF
debug register numbers into register names.
24
#include <
dwarf
-regs.h>
27
* Generic
dwarf
analysis helpers
62
/* TODO: switching by
dwarf
address size */
/external/libunwind/src/aarch64/
Gregs.c
45
c->
dwarf
.eh_args[reg] = *valp;
46
c->
dwarf
.eh_valid_mask |= mask;
49
else if ((c->
dwarf
.eh_valid_mask & mask) != 0)
51
*valp = c->
dwarf
.eh_args[reg];
55
loc = c->
dwarf
.loc[reg];
87
loc = c->
dwarf
.loc[reg];
93
*valp = c->
dwarf
.cfa;
102
return dwarf_put (&c->
dwarf
, loc, *valp);
104
return dwarf_get (&c->
dwarf
, loc, valp);
Completed in 1149 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>