OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DW_ATE_unsigned
(Results
1 - 19
of
19
) sorted by null
/external/elfutils/backends/
ia64_regs.c
129
*type = regno == 331 ? DW_ATE_address :
DW_ATE_unsigned
;
136
*type =
DW_ATE_unsigned
;
172
*type =
DW_ATE_unsigned
;
alpha_regs.c
143
*type =
DW_ATE_unsigned
;
i386_regs.c
50
*type =
DW_ATE_unsigned
;
s390_regs.c
68
*type =
DW_ATE_unsigned
;
sparc_regs.c
65
*type =
DW_ATE_unsigned
;
x86_64_regs.c
51
*type =
DW_ATE_unsigned
;
ppc_regs.c
51
: regno < 64 ? DW_ATE_float :
DW_ATE_unsigned
);
/external/elfutils/tests/
allregs.c
52
[
DW_ATE_unsigned
] = "unsigned",
/external/llvm/lib/Support/
Dwarf.cpp
477
case
DW_ATE_unsigned
: return "
DW_ATE_unsigned
";
[
all
...]
/external/elfutils/libdw/
dwarf.h
450
DW_ATE_unsigned
= 0x7,
/external/llvm/include/llvm/Support/
Dwarf.h
500
DW_ATE_unsigned
= 0x07,
/external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp
418
encoding = llvm::dwarf::
DW_ATE_unsigned
;
/external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h
369
DW_ATE_unsigned
= 0x7,
readdwarf3.c
[
all
...]
/external/llvm/lib/IR/
DebugInfo.cpp
379
if (Encoding == dwarf::
DW_ATE_unsigned
||
[
all
...]
/external/qemu/elff/
dwarf.h
629
#define
DW_ATE_unsigned
0x7
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf.h
629
#define
DW_ATE_unsigned
0x7
[
all
...]
/external/elfutils/src/
readelf.c
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
483
llvm::dwarf::
DW_ATE_unsigned
);
499
case BuiltinType::ULongLong: Encoding = llvm::dwarf::
DW_ATE_unsigned
; break;
[
all
...]
Completed in 217 milliseconds