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

1 2

  /external/elfutils/backends/
alpha_retval.c 108 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
i386_retval.c 108 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
sh_retval.c 112 DW_AT_encoding,
s390_retval.c 114 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
sparc_retval.c 119 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
tilegx_retval.c 101 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
x86_64_retval.c 125 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
ppc64_retval.c 121 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
ppc_retval.c 136 DW_AT_encoding,
aarch64_retval.c 93 if (dwarf_attr_integrate (&typedie, DW_AT_encoding, &attr_mem) == NULL
321 if (dwarf_formudata (dwarf_attr_integrate (&typedie, DW_AT_encoding,
ia64_retval.c 124 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
285 if (dwarf_formudata (dwarf_attr_integrate (typedie, DW_AT_encoding,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.d 32 <50> DW_AT_encoding : 5 \(signed\)
103 DW_AT_encoding DW_FORM_data1
dwarf2-2.d 32 <50> DW_AT_encoding : 5 \(signed\)
103 DW_AT_encoding DW_FORM_data1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
dw2-compress-1.d 31 <50> DW_AT_encoding : 5 \(signed\)
58 DW_AT_encoding DW_FORM_data1
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.h 57 DIEValue DW_AT_encoding;
DIEHash.cpp 155 COLLECT_ATTR(DW_AT_encoding);
396 ADD_ATTR(Attrs.DW_AT_encoding);
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 131 .byte 5 # DW_AT_encoding
144 .byte 5 # DW_AT_encoding
233 .byte 62 # DW_AT_encoding
265 .byte 62 # DW_AT_encoding
  /external/llvm/lib/Support/
Dwarf.cpp 91 case DW_AT_encoding: return "DW_AT_encoding";
609 case DW_AT_encoding:
  /external/strace/
mpers.awk 202 /^DW_AT_encoding/ {
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 116 Int.addValue(Alloc, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1, Five);
147 Int.addValue(Alloc, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1, Five);
615 IntTyDIE.addValue(Alloc, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1, Five);
661 FloatTyDIE->addValue(Alloc, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
  /art/compiler/debug/dwarf/
dwarf_constants.h 155 DW_AT_encoding = 0x3e,
  /external/elfutils/libdw/
dwarf.h 177 DW_AT_encoding = 0x3e,
  /external/elfutils/tests/
varlocs.c 86 if (dwarf_attr (base, DW_AT_encoding, &encoding) == NULL
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 203 DW_AT_encoding = 0x3e,
  /external/llvm/include/llvm/Support/
Dwarf.h 138 DW_AT_encoding = 0x3e,

Completed in 1667 milliseconds

1 2