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

  /src/external/gpl3/gcc/dist/gcc/
ctfout.cc 473 uint32_t typeoff = 0; local
489 typeoff = varoff + (ctfc->ctfc_vars_list_count) * sizeof (ctf_varent_t);
498 stroff = typeoff + typeslen;
515 dw2_asm_output_data (4, typeoff, "cth_typeoff");
  /src/external/gpl3/gcc.old/dist/gcc/
ctfout.cc 473 uint32_t typeoff = 0; local
489 typeoff = varoff + (ctfc->ctfc_vars_list_count) * sizeof (ctf_varent_t);
498 stroff = typeoff + typeslen;
515 dw2_asm_output_data (4, typeoff, "cth_typeoff");

Completed in 87 milliseconds