Home
last modified time | relevance | path

Searched refs:n_loop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DStabs.cc907 int n_loop = atoi (buf1); in check_Loop() local
912 if (get_src && (n_loop > 0)) in check_Loop()
914 dep_str = new char*[n_loop]; in check_Loop()
915 for (i = 0; i < n_loop; i++) in check_Loop()
961 if (sb.length () > 0 && index < n_loop) in check_Loop()
978 for (i = 0; i < n_loop; i++) in check_Loop()
995 if (!get_src || (loopid >= n_loop)) in check_Loop()
1007 for (i = 0; i < n_loop; i++) in check_Loop()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DStabs.cc906 int n_loop = atoi (buf1); in check_Loop() local
911 if (get_src && (n_loop > 0)) in check_Loop()
913 dep_str = new char*[n_loop]; in check_Loop()
914 for (i = 0; i < n_loop; i++) in check_Loop()
960 if (sb.length () > 0 && index < n_loop) in check_Loop()
977 for (i = 0; i < n_loop; i++) in check_Loop()
994 if (!get_src || (loopid >= n_loop)) in check_Loop()
1006 for (i = 0; i < n_loop; i++) in check_Loop()