Searched refs:pathmaps (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.cc141 pathmaps = new Vector<pathmap_t*>;
217 pathmaps = new Vector<pathmap_t*>;
219 Vec_loop (pathmap_t*, _settings->pathmaps, index, thismap)
224 pathmaps->append (newmap);
305 for (int i = 0; i < pathmaps->size (); ++i)
307 pathmap_t *pmap = pathmaps->fetch (i);
312 delete pathmaps;
664 char *err = add_pathmap (pathmaps, arglist[0], arglist[1]);
1429 if (pathmaps)
1431 pathmaps
[all...]
H A DDbeFile.cc395 Vector<pathmap_t*> *pathmaps = dbeSession->get_pathmaps (); local
399 for (int i = 0, sz = pathmaps ? pathmaps->size () : 0; i < sz; i++)
401 pathmap_t *pmp = pathmaps->fetch (i);
H A DSettings.h415 Vector<pathmap_t*> *pathmaps; member in class:Settings
H A DDbeSession.cc2756 return settings->pathmaps;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc141 pathmaps = new Vector<pathmap_t*>;
217 pathmaps = new Vector<pathmap_t*>;
219 Vec_loop (pathmap_t*, _settings->pathmaps, index, thismap)
224 pathmaps->append (newmap);
305 for (int i = 0; i < pathmaps->size (); ++i)
307 pathmap_t *pmap = pathmaps->fetch (i);
312 delete pathmaps;
664 char *err = add_pathmap (pathmaps, arglist[0], arglist[1]);
1429 if (pathmaps)
1431 pathmaps
[all...]
H A DDbeFile.cc395 Vector<pathmap_t*> *pathmaps = dbeSession->get_pathmaps (); local
399 for (int i = 0, sz = pathmaps ? pathmaps->size () : 0; i < sz; i++)
401 pathmap_t *pmp = pathmaps->fetch (i);
H A DSettings.h415 Vector<pathmap_t*> *pathmaps; member in class:Settings
H A DDbeSession.cc2756 return settings->pathmaps;

Completed in 115 milliseconds