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

  /src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c 70 static struct gcov_info *gcov_info_head; variable in typeref:struct:gcov_info
422 obj_info->next = gcov_info_head;
423 gcov_info_head = obj_info;
434 gcov_info_head = 0;
468 return gcov_info_head;;
  /src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c 70 static struct gcov_info *gcov_info_head; variable in typeref:struct:gcov_info
297 obj_info->next = gcov_info_head;
298 gcov_info_head = obj_info;
424 gcov_info_head = 0;
458 return gcov_info_head;;
783 return gcov_info_head;
804 return gcov_info_head;

Completed in 16 milliseconds