Searched refs:DW_AT_bit_offset (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | dwarf2.h | 207 DW_AT_bit_offset = 0x0c, enumerator
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | dwarf2.def | 220 DW_AT (DW_AT_bit_offset, 0x0c)
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | dwarf2.def | 220 DW_AT (DW_AT_bit_offset, 0x0c)
|
/dflybsd-src/contrib/gcc-8.0/include/ |
H A D | dwarf2.def | 238 DW_AT (DW_AT_bit_offset, 0x0c)
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | dwarf2.def | 246 DW_AT (DW_AT_bit_offset, 0x0c)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | dwarf2out.c | 3879 case DW_AT_bit_offset: in dwarf_attr_name() 6150 case DW_AT_bit_offset: in collect_checksum_attributes() 15857 add_AT_int (die, DW_AT_bit_offset, bit_offset); in add_bit_offset_attribute() 15859 add_AT_unsigned (die, DW_AT_bit_offset, (unsigned HOST_WIDE_INT) bit_offset); in add_bit_offset_attribute()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | dwarf2out.c | 7299 case DW_AT_bit_offset: in collect_checksum_attributes() 19431 remove_AT (die, DW_AT_bit_offset); in add_data_member_location_attribute() 21178 add_AT_int (die, DW_AT_bit_offset, bit_offset); in add_bit_offset_attribute() 21180 add_AT_unsigned (die, DW_AT_bit_offset, (unsigned HOST_WIDE_INT) bit_offset); in add_bit_offset_attribute()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | dwarf2read.c | 10619 attr = dwarf2_attr (die, DW_AT_bit_offset, cu); in dwarf2_add_field()
|