HomeSort by: relevance | last modified time | path
    Searched refs:DW_AT_endianity (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
intbits.exp 43 {DW_AT_endianity @DW_END_little}
59 {DW_AT_endianity @DW_END_little}
76 {DW_AT_endianity @DW_END_little}
92 {DW_AT_endianity @DW_END_little}
108 {DW_AT_endianity @DW_END_little}
125 {DW_AT_endianity @DW_END_big}
142 {DW_AT_endianity @DW_END_little}
158 {DW_AT_endianity @DW_END_little}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
intbits.exp 43 {DW_AT_endianity @DW_END_little}
59 {DW_AT_endianity @DW_END_little}
76 {DW_AT_endianity @DW_END_little}
92 {DW_AT_endianity @DW_END_little}
108 {DW_AT_endianity @DW_END_little}
125 {DW_AT_endianity @DW_END_big}
142 {DW_AT_endianity @DW_END_little}
158 {DW_AT_endianity @DW_END_little}
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Dwarf.cpp 651 case DW_AT_endianity:
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 264 #define DW_AT_endianity 0x65
dwarf_dump.c 190 case DW_AT_endianity:
191 *s = "DW_AT_endianity"; break;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 705 addUInt(Buffer, dwarf::DW_AT_endianity, None, dwarf::DW_END_big);
707 addUInt(Buffer, dwarf::DW_AT_endianity, None, dwarf::DW_END_little);
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 331 DW_AT (DW_AT_endianity, 0x65)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 326 DW_AT (DW_AT_endianity, 0x65)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 326 DW_AT (DW_AT_endianity, 0x65)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 326 DW_AT (DW_AT_endianity, 0x65)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 326 DW_AT (DW_AT_endianity, 0x65)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 326 DW_AT (DW_AT_endianity, 0x65)
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 563 CASE_S (DW_AT_endianity);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 563 CASE_S (DW_AT_endianity);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 7609 case DW_AT_endianity:
13229 /* Return true if DW_AT_endianity should be emitted according to REVERSE. */
13367 add_AT_unsigned (base_type_result, DW_AT_endianity,
13699 /* DW_AT_endianity is specified only for base types in the standard. */
13761 /* DW_AT_endianity doesn't come from a qualifier on the type, so it is
13767 && get_AT_unsigned (mod_type_die, DW_AT_endianity))))
13781 /* Skip the typedef for base types with DW_AT_endianity, no big deal. */
13988 /* The DIE with DW_AT_endianity is placed right after the naked DIE. */
14002 /* The DIE with DW_AT_endianity is placed right after the naked DIE. */
14009 && get_AT_unsigned (after_die->die_sib, DW_AT_endianity));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 7576 case DW_AT_endianity:
13187 /* Return true if DW_AT_endianity should be emitted according to REVERSE. */
13310 add_AT_unsigned (base_type_result, DW_AT_endianity,
13701 /* DW_AT_endianity doesn't come from a qualifier on the type, so it is
13707 && get_AT_unsigned (mod_type_die, DW_AT_endianity))))
13721 /* Skip the typedef for base types with DW_AT_endianity, no big deal. */
13928 /* The DIE with DW_AT_endianity is placed right after the naked DIE. */
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3351 case DW_AT_endianity:
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 3274 case DW_AT_endianity:
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 13326 /* Read DW_AT_endianity from DIE and compute the byte order that
13339 attribute *attr = dwarf2_attr (die, DW_AT_endianity, cu);
13353 complaint (_("DW_AT_endianity has unrecognized value %d"), endianity);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 11619 /* Read DW_AT_endianity from DIE and compute the byte order that
11632 attribute *attr = dwarf2_attr (die, DW_AT_endianity, cu);
11651 complaint (_("DW_AT_endianity has unrecognized value %s"),

Completed in 100 milliseconds