Searched refs:vfds (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DFileData.cc101 Vector<int64_t> *vfds = fData->virtualFds; local
103 if (vfds != NULL)
104 for (int i = 0; i < vfds->size (); i++)
105 if ((vfd = vfds->fetch (i)) == -1)
H A DDbe.cc3138 Vector<int64_t> *vfds = ((FileData*) obj)->getVirtualFds (); local
3140 res->append (vfds->fetch (i));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFileData.cc101 Vector<int64_t> *vfds = fData->virtualFds; local
103 if (vfds != NULL)
104 for (int i = 0; i < vfds->size (); i++)
105 if ((vfd = vfds->fetch (i)) == -1)
H A DDbe.cc3138 Vector<int64_t> *vfds = ((FileData*) obj)->getVirtualFds (); local
3140 res->append (vfds->fetch (i));

Completed in 312 milliseconds