Searched refs:pathmap_t (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Settings.h | 327 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 D | Settings.cc | 141 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 D | dbe_structs.h | 206 } pathmap_t; typedef
|
H A D | DbeSession.h | 319 void set_pathmaps (Vector<pathmap_t*> *newPathMap); 320 Vector<pathmap_t*> *get_pathmaps ();
|
H A D | DbeFile.cc | 395 Vector<pathmap_t*> *pathmaps = dbeSession->get_pathmaps (); in find_in_pathmap() 401 pathmap_t *pmp = pathmaps->fetch (i); in find_in_pathmap()
|
H A D | gp-display-text.cc | 1169 Vector<pathmap_t*> *pathMaps = dbeSession->get_pathmaps (); in proc_cmd() 1188 pathmap_t *thismap = pathMaps->get (i); in proc_cmd()
|
H A D | DbeSession.cc | 2747 DbeSession::set_pathmaps (Vector<pathmap_t*> *newPathMap) in set_pathmaps() 2753 Vector<pathmap_t*> *
|
H A D | Dbe.cc | 1013 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 D | DbeSession.cc.1 | 2741 DbeSession::set_pathmaps (Vector<pathmap_t*> *newPathMap) 2747 Vector<pathmap_t*> *
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Settings.h | 327 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 D | Settings.cc | 141 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 D | dbe_structs.h | 206 } pathmap_t; typedef
|
H A D | DbeSession.h | 319 void set_pathmaps (Vector<pathmap_t*> *newPathMap); 320 Vector<pathmap_t*> *get_pathmaps ();
|
H A D | DbeFile.cc | 395 Vector<pathmap_t*> *pathmaps = dbeSession->get_pathmaps (); in find_in_pathmap() 401 pathmap_t *pmp = pathmaps->fetch (i); in find_in_pathmap()
|
H A D | gp-display-text.cc | 1174 Vector<pathmap_t*> *pathMaps = dbeSession->get_pathmaps (); in proc_cmd() 1193 pathmap_t *thismap = pathMaps->get (i); in proc_cmd()
|
H A D | DbeSession.cc | 2747 DbeSession::set_pathmaps (Vector<pathmap_t*> *newPathMap) in set_pathmaps() 2753 Vector<pathmap_t*> *
|
H A D | Dbe.cc | 1013 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()
|