Home
last modified time | relevance | path

Searched refs:prefix_strip (Results 1 – 25 of 48) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DGCDAProfiling.c174 int prefix_strip; in mangle_filename() local
184 prefix_strip = atoi(prefix_strip_str); in mangle_filename()
187 if (prefix_strip < 0) in mangle_filename()
188 prefix_strip = 0; in mangle_filename()
190 prefix_strip = 0; in mangle_filename()
194 for (level = 0, ptr = fname + 1; level < prefix_strip; ++ptr) { in mangle_filename()
/dports/devel/llvm80/llvm-8.0.1.src/utils/git-svn/
H A Dgit-llvm327 prefix_strip = '-p1'
329 prefix_strip = '-p2'
331 shell(['git', 'apply', prefix_strip, '-'], cwd=svn_sr_path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/profile/
H A DGCDAProfiling.c230 int prefix_strip; in mangle_filename() local
231 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
238 prefix_strip); in mangle_filename()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/profile/
H A DGCDAProfiling.c241 int prefix_strip; in mangle_filename() local
242 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
249 prefix_strip); in mangle_filename()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DGCDAProfiling.c208 int prefix_strip; in mangle_filename() local
209 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
216 prefix_strip); in mangle_filename()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/profile/
H A DGCDAProfiling.c208 int prefix_strip; in mangle_filename() local
209 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
216 prefix_strip); in mangle_filename()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DGCDAProfiling.c208 int prefix_strip; in mangle_filename() local
209 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
216 prefix_strip); in mangle_filename()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DGCDAProfiling.c230 int prefix_strip; in mangle_filename() local
231 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
238 prefix_strip); in mangle_filename()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c208 int prefix_strip; in mangle_filename() local
209 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
216 prefix_strip); in mangle_filename()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DGCDAProfiling.c208 int prefix_strip; in mangle_filename() local
209 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
216 prefix_strip); in mangle_filename()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/profile/
H A DGCDAProfiling.c230 int prefix_strip; in mangle_filename() local
231 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
238 prefix_strip); in mangle_filename()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/profile/
H A DGCDAProfiling.c251 int prefix_strip; in mangle_filename() local
252 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
259 prefix_strip); in mangle_filename()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/profile/
H A DGCDAProfiling.c235 int prefix_strip; in mangle_filename() local
236 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
243 prefix_strip); in mangle_filename()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c247 int prefix_strip; in mangle_filename() local
248 const char *prefix = lprofGetPathPrefix(&prefix_strip, &prefix_len); in mangle_filename()
255 prefix_strip); in mangle_filename()
/dports/devel/llvm90/llvm-9.0.1.src/utils/git-svn/
H A Dgit-llvm353 prefix_strip = '-p1'
355 prefix_strip = '-p2'
357 shell(['git', 'apply', prefix_strip, '-'], cwd=svn_sr_path,
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dannotate.h99 const char *prefix_strip; member
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dannotate.h99 const char *prefix_strip; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dannotate.h99 const char *prefix_strip; member
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A Dobjdump.c118 static int prefix_strip; /* --prefix-strip */ variable
1384 if (prefix_strip > 0) in show_line()
1390 for (s = fname + 1; *s != '\0' && level < prefix_strip; s++) in show_line()
3666 prefix_strip = atoi (optarg); in main()
3667 if (prefix_strip < 0) in main()
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A Dobjdump.c118 static int prefix_strip; /* --prefix-strip */ variable
1384 if (prefix_strip > 0) in show_line()
1390 for (s = fname + 1; *s != '\0' && level < prefix_strip; s++) in show_line()
3666 prefix_strip = atoi (optarg); in main()
3667 if (prefix_strip < 0) in main()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A Dobjdump.c118 static int prefix_strip; /* --prefix-strip */ variable
1511 if (prefix_strip > 0) in show_line()
1517 for (s = fname + 1; *s != '\0' && level < prefix_strip; s++) in show_line()
3886 prefix_strip = atoi (optarg); in main()
3887 if (prefix_strip < 0) in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-annotate.c530 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-annotate.c530 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-annotate.c530 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
/dports/devel/binutils/binutils-2.37/binutils/
H A Dobjdump.c123 static int prefix_strip; /* --prefix-strip */ variable
1809 if (prefix_strip > 0) in show_line()
1815 for (s = fname + 1; *s != '\0' && level < prefix_strip; s++) in show_line()
5294 prefix_strip = atoi (optarg); in main()
5295 if (prefix_strip < 0) in main()

12