Searched refs:DW_AT_ordering (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libdwarf/dist/
H A Ddwarf_dump.c176 case DW_AT_ordering:
177 return "DW_AT_ordering";
553 case DW_AT_ordering:
609 case DW_AT_ordering:
H A Ddwarf.h103 #define DW_AT_ordering 0x09 macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Ddwarf2.h282 DW_AT_ordering = 0x09, enumerator in enum:dwarf_attribute
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Ddwarf2.h278 DW_AT_ordering = 0x09, enumerator in enum:dwarf_attribute
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddwarf2.h248 DW_AT_ordering = 0x09, enumerator in enum:dwarf_attribute
H A Ddwarf2out.c4504 case DW_AT_ordering:
4505 return "DW_AT_ordering";
11152 the right things even if DW_AT_ordering is not present. It's not even
11155 then we'll have to put the DW_AT_ordering attribute back in. (But if
11158 add_AT_unsigned (array_die, DW_AT_ordering, DW_ORD_row_major);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Ddwarf2.h200 DW_AT_ordering = 0x09, enumerator in enum:dwarf_attribute
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c1529 case DW_AT_ordering:
1622 case DW_AT_ordering: return "DW_AT_ordering";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.c6535 case DW_AT_ordering:
6536 return "DW_AT_ordering";
8540 case DW_AT_ordering:
17159 add_AT_unsigned (array_die, DW_AT_ordering, DW_ORD_col_major);
17163 the right things even if DW_AT_ordering is not present. It's not even
17166 then we'll have to put the DW_AT_ordering attribute back in. (But if
17169 add_AT_unsigned (array_die, DW_AT_ordering, DW_ORD_row_major);
17314 add_AT_unsigned (array_die, DW_AT_ordering, DW_ORD_col_major);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c7669 attr = dwarf2_attr (die, DW_AT_ordering, cu);
12492 case DW_AT_ordering:
12493 return "DW_AT_ordering";

Completed in 421 milliseconds