Home
last modified time | relevance | path

Searched refs:DW_AT_bit_offset (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/include/
H A Ddwarf2.h207 DW_AT_bit_offset = 0x0c, enumerator
/dflybsd-src/contrib/binutils-2.27/include/
H A Ddwarf2.def220 DW_AT (DW_AT_bit_offset, 0x0c)
/dflybsd-src/contrib/gdb-7/include/
H A Ddwarf2.def220 DW_AT (DW_AT_bit_offset, 0x0c)
/dflybsd-src/contrib/gcc-8.0/include/
H A Ddwarf2.def238 DW_AT (DW_AT_bit_offset, 0x0c)
/dflybsd-src/contrib/binutils-2.34/include/
H A Ddwarf2.def246 DW_AT (DW_AT_bit_offset, 0x0c)
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c3879 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 Ddwarf2out.c7299 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 Ddwarf2read.c10619 attr = dwarf2_attr (die, DW_AT_bit_offset, cu); in dwarf2_add_field()