Searched refs:follow_spec_usr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.h176 char *get_follow_usr_spec () { return follow_spec_usr; };
379 char *follow_spec_usr; // user's selective follow spec member in class:Coll_Ctrl
H A Dcollctrl.cc168 follow_spec_usr = NULL;
257 if (cc->follow_spec_usr)
259 follow_spec_usr = strdup (cc->follow_spec_usr);
264 follow_spec_usr = NULL;
599 if (follow_spec_usr && follow_spec_cmp)
602 follow_spec_usr);
2202 free (follow_spec_usr);
2204 follow_spec_usr = NULL;
2239 follow_spec_usr
[all...]

Completed in 81 milliseconds