Home
last modified time | relevance | path

Searched refs:pathmap_t (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.h327 static char *add_pathmap (Vector<pathmap_t*> *v, const char *from, const char *to);
328 void set_pathmaps (Vector<pathmap_t*> *newPathMap);
415 Vector<pathmap_t*> *pathmaps;
H A DSettings.cc141 pathmaps = new Vector<pathmap_t*>; in Settings()
215 pathmap_t *thismap; in Settings()
216 pathmap_t *newmap; in Settings()
217 pathmaps = new Vector<pathmap_t*>; in Settings()
219 Vec_loop (pathmap_t*, _settings->pathmaps, index, thismap) in Settings()
221 newmap = new pathmap_t; in Settings()
307 pathmap_t *pmap = pathmaps->fetch (i); in ~Settings()
1427 Settings::set_pathmaps (Vector<pathmap_t*> *newPathMap) in set_pathmaps()
1447 Settings::add_pathmap (Vector<pathmap_t*> *v, const char *from, const char *to) in add_pathmap()
1460 pathmap_t *pmp = v->get (i); in add_pathmap()
[all …]
H A Ddbe_structs.h206 } pathmap_t; typedef
H A DDbeSession.h319 void set_pathmaps (Vector<pathmap_t*> *newPathMap);
320 Vector<pathmap_t*> *get_pathmaps ();
H A DDbeFile.cc395 Vector<pathmap_t*> *pathmaps = dbeSession->get_pathmaps (); in find_in_pathmap()
401 pathmap_t *pmp = pathmaps->fetch (i); in find_in_pathmap()
H A Dgp-display-text.cc1169 Vector<pathmap_t*> *pathMaps = dbeSession->get_pathmaps (); in proc_cmd()
1188 pathmap_t *thismap = pathMaps->get (i); in proc_cmd()
H A DDbeSession.cc2747 DbeSession::set_pathmaps (Vector<pathmap_t*> *newPathMap) in set_pathmaps()
2753 Vector<pathmap_t*> *
H A DDbe.cc1013 pathmap_t *pthmap; in dbeGetPathmaps()
1014 Vector<pathmap_t*> *path = dbeSession->get_pathmaps (); in dbeGetPathmaps()
1021 Vec_loop (pathmap_t*, path, index, pthmap) in dbeGetPathmaps()
1037 Vector<pathmap_t*> *newPath = new Vector<pathmap_t*>(from->size ()); in dbeSetPathmaps()
1057 Vector<pathmap_t*> *pmp = dbeSession->get_pathmaps (); in dbeAddPathmap()
H A DDbeSession.cc.12741 DbeSession::set_pathmaps (Vector<pathmap_t*> *newPathMap)
2747 Vector<pathmap_t*> *
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.h327 static char *add_pathmap (Vector<pathmap_t*> *v, const char *from, const char *to);
328 void set_pathmaps (Vector<pathmap_t*> *newPathMap);
415 Vector<pathmap_t*> *pathmaps;
H A DSettings.cc141 pathmaps = new Vector<pathmap_t*>; in Settings()
215 pathmap_t *thismap; in Settings()
216 pathmap_t *newmap; in Settings()
217 pathmaps = new Vector<pathmap_t*>; in Settings()
219 Vec_loop (pathmap_t*, _settings->pathmaps, index, thismap) in Settings()
221 newmap = new pathmap_t; in Settings()
307 pathmap_t *pmap = pathmaps->fetch (i); in ~Settings()
1427 Settings::set_pathmaps (Vector<pathmap_t*> *newPathMap) in set_pathmaps()
1447 Settings::add_pathmap (Vector<pathmap_t*> *v, const char *from, const char *to) in add_pathmap()
1460 pathmap_t *pmp = v->get (i); in add_pathmap()
[all …]
H A Ddbe_structs.h206 } pathmap_t; typedef
H A DDbeSession.h319 void set_pathmaps (Vector<pathmap_t*> *newPathMap);
320 Vector<pathmap_t*> *get_pathmaps ();
H A DDbeFile.cc395 Vector<pathmap_t*> *pathmaps = dbeSession->get_pathmaps (); in find_in_pathmap()
401 pathmap_t *pmp = pathmaps->fetch (i); in find_in_pathmap()
H A Dgp-display-text.cc1174 Vector<pathmap_t*> *pathMaps = dbeSession->get_pathmaps (); in proc_cmd()
1193 pathmap_t *thismap = pathMaps->get (i); in proc_cmd()
H A DDbeSession.cc2747 DbeSession::set_pathmaps (Vector<pathmap_t*> *newPathMap) in set_pathmaps()
2753 Vector<pathmap_t*> *
H A DDbe.cc1013 pathmap_t *pthmap; in dbeGetPathmaps()
1014 Vector<pathmap_t*> *path = dbeSession->get_pathmaps (); in dbeGetPathmaps()
1021 Vec_loop (pathmap_t*, path, index, pthmap) in dbeGetPathmaps()
1037 Vector<pathmap_t*> *newPath = new Vector<pathmap_t*>(from->size ()); in dbeSetPathmaps()
1057 Vector<pathmap_t*> *pmp = dbeSession->get_pathmaps (); in dbeAddPathmap()