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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 300 #define DW_FORM_ref (dwarf_offset_size == 8 ? DW_FORM_ref8 : DW_FORM_ref4)
9088 can be as small as one byte (though DW_FORM_ref is usually 4 in GCC).
10118 return DW_FORM_ref;
31456 with DW_FORM_ref referencing the same DIE as
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 300 #define DW_FORM_ref (dwarf_offset_size == 8 ? DW_FORM_ref8 : DW_FORM_ref4)
9046 can be as small as one byte (though DW_FORM_ref is usually 4 in GCC).
10076 return DW_FORM_ref;
31309 with DW_FORM_ref referencing the same DIE as

Completed in 68 milliseconds