/external/elfutils/backends/ |
alpha_retval.c | 65 /* Start with the function's type, and get the DW_AT_type attribute, 69 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 84 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 97 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
|
i386_retval.c | 65 /* Start with the function's type, and get the DW_AT_type attribute, 69 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 84 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 97 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
|
ppc_retval.c | 70 /* Start with the function's type, and get the DW_AT_type attribute, 74 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 89 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 103 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
|
s390_retval.c | 66 /* Start with the function's type, and get the DW_AT_type attribute, 70 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 85 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 99 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem);
|
ppc64_retval.c | 68 /* Start with the function's type, and get the DW_AT_type attribute, 72 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 87 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 101 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 162 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
|
sparc_retval.c | 58 /* Start with the function's type, and get the DW_AT_type attribute, 62 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 77 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 91 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
|
x86_64_retval.c | 79 /* Start with the function's type, and get the DW_AT_type attribute, 83 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 98 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem); 112 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
|
ia64_retval.c | 178 DW_AT_type, 212 = dwarf_formref_die (dwarf_attr_integrate (typedie, DW_AT_type, 235 /* Start with the function's type, and get the DW_AT_type attribute, 239 Dwarf_Attribute *attr = dwarf_attr_integrate (functypedie, DW_AT_type, 254 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem); 268 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
|
/external/llvm/test/DebugInfo/SystemZ/ |
variable-loc.s | 127 .long 56 # DW_AT_type 138 .long 56 # DW_AT_type 146 .long 56 # DW_AT_type 161 .long 81 # DW_AT_type 169 .long 56 # DW_AT_type 222 .byte 73 # DW_AT_type 250 .byte 73 # DW_AT_type 272 .byte 73 # DW_AT_type 309 .byte 73 # DW_AT_type
|
/external/qemu/elff/ |
dwarf_die.cc | 62 if (get_attrib(DW_AT_type, &die_attr)) {
|
dwarf_utils.cc | 88 DWARF_NAMEFY(DW_AT_type);
|
dwarf.h | 276 #define DW_AT_type 0x49 [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_die.cc | 64 if (get_attrib(DW_AT_type, &die_attr)) {
|
dwarf_utils.cc | 88 DWARF_NAMEFY(DW_AT_type);
|
dwarf.h | 276 #define DW_AT_type 0x49 [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.h | 312 void addType(DIE *Entity, DIType Ty, unsigned Attribute = dwarf::DW_AT_type);
|
/external/llvm/lib/Support/ |
Dwarf.cpp | 169 case DW_AT_type: return "DW_AT_type"; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-info.c | 171 DW_AT_type = 0x49,
|
/external/elfutils/tests/ |
show-die-info.c | 165 { DW_AT_type, "type" },
|
/external/elfutils/libdw/ |
dwarf.h | 191 DW_AT_type = 0x49,
|
/external/llvm/include/llvm/Support/ |
Dwarf.h | 203 DW_AT_type = 0x49,
|
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_d3basics.h | 270 DW_AT_type = 0x49,
|
readdwarf3.c | 51 DW_TAG_{const,volatile}_type no DW_AT_type is allowed; it is [all...] |
d3basics.c | 249 case DW_AT_type: return "DW_AT_type"; [all...] |
/external/linux-tools-perf/util/ |
probe-finder.c | 328 if (dwarf_attr_integrate(vr_die, DW_AT_type, &attr) && [all...] |