HomeSort by relevance Sort by last modified time
    Searched refs:DW_AT_type (Results 1 - 25 of 25) sorted by null

  /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/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 267 void addType(DIE *Entity, DIType Ty, unsigned Attribute = dwarf::DW_AT_type);
DwarfCompileUnit.cpp     [all...]
  /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 62 if (get_attrib(DW_AT_type, &die_attr)) {
dwarf_utils.cc 86 DWARF_NAMEFY(DW_AT_type);
dwarf.h 276 #define DW_AT_type 0x49
    [all...]
  /external/llvm/lib/Support/
Dwarf.cpp 171 case DW_AT_type: return "DW_AT_type";
    [all...]
  /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 196 DW_AT_type = 0x49,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 266 DW_AT_type = 0x49,
readdwarf3.c 51 DW_TAG_{const,volatile}_type no DW_AT_type is allowed; it is
    [all...]
d3basics.c 247 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...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 86 milliseconds