HomeSort by: relevance | last modified time | path
    Searched defs:field_location (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2ctf.cc 84 HOST_WIDE_INT field_location = 0; local
91 field_location = get_AT_unsigned (die, DW_AT_data_bit_offset);
103 field_location = descr->dw_loc_oprnd1.v.val_unsigned * 8;
109 field_location = AT_int (attr) * 8;
111 field_location = (get_AT_unsigned (die,
117 return field_location;
549 HOST_WIDE_INT field_location; local
556 field_location = ctf_get_AT_data_member_location (c);
582 bitpos = field_location + bit_offset;
595 bitpos = (field_location
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2ctf.cc 84 HOST_WIDE_INT field_location = 0; local
91 field_location = get_AT_unsigned (die, DW_AT_data_bit_offset);
103 field_location = descr->dw_loc_oprnd1.v.val_unsigned * 8;
109 field_location = AT_int (attr) * 8;
111 field_location = (get_AT_unsigned (die,
117 return field_location;
557 HOST_WIDE_INT field_location; local
564 field_location = ctf_get_AT_data_member_location (c);
590 bitpos = field_location + bit_offset;
603 bitpos = (field_location
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 516 union field_location union
718 union field_location m_loc;
732 /* * Discriminant for union field_location. */
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 519 union field_location union
734 union field_location m_loc;
748 /* * Discriminant for union field_location. */

Completed in 20 milliseconds