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

  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 3371 Histable *current_obj; local
3476 current_obj = dbev->sel_obj->convertto (Histable::FUNCTION);
3477 if (current_obj->get_type () != Histable::FUNCTION)
3479 func = (Function*) current_obj->convertto (Histable::FUNCTION);
3502 current_obj = dbev->sel_obj->convertto (Histable::FUNCTION);
3504 mlist->get_sort_name (), current_obj,
6155 Histable *current_obj = objs->fetch (i); local
6156 Histable::Type htype = current_obj->get_type ();
6158 lname = ((LoadObject *) current_obj)->dbeFile->get_location_info ();
6159 else if ((func = (Function*) current_obj->convertto (Histable::FUNCTION)) != NULL
6317 Histable *current_obj = objs->fetch (0); local
6342 Histable *current_obj = objs->fetch (0); local
6365 Histable *current_obj = objs->fetch (0); local
6389 Histable *current_obj = objs->fetch (0); local
6420 Histable *current_obj = objs->fetch (0); local
6894 Histable *current_obj = objs->fetch (i); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 3371 Histable *current_obj; local
3476 current_obj = dbev->sel_obj->convertto (Histable::FUNCTION);
3477 if (current_obj->get_type () != Histable::FUNCTION)
3479 func = (Function*) current_obj->convertto (Histable::FUNCTION);
3502 current_obj = dbev->sel_obj->convertto (Histable::FUNCTION);
3504 mlist->get_sort_name (), current_obj,
6155 Histable *current_obj = objs->fetch (i); local
6156 Histable::Type htype = current_obj->get_type ();
6158 lname = ((LoadObject *) current_obj)->dbeFile->get_location_info ();
6159 else if ((func = (Function*) current_obj->convertto (Histable::FUNCTION)) != NULL
6317 Histable *current_obj = objs->fetch (0); local
6342 Histable *current_obj = objs->fetch (0); local
6365 Histable *current_obj = objs->fetch (0); local
6389 Histable *current_obj = objs->fetch (0); local
6420 Histable *current_obj = objs->fetch (0); local
6894 Histable *current_obj = objs->fetch (i); local
    [all...]

Completed in 32 milliseconds