Home
last modified time | relevance | path

Searched refs:bslash (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dsource.c127 char *bslash = strrchr (sf->name, '\\'); in annotate_source() local
128 if (name_only == NULL || (bslash != NULL && bslash > name_only)) in annotate_source()
129 name_only = bslash; in annotate_source()
182 char *bslash = strrchr (sf->name, '\\'); in annotate_source() local
183 if (filename == NULL || (bslash != NULL && bslash > filename)) in annotate_source()
184 filename = bslash; in annotate_source()
/toolchain/binutils/binutils-2.25/binutils/
Dbucomm.c462 char *bslash = strrchr (path, '\\'); in template_in_dir() local
464 if (slash == NULL || (bslash != NULL && bslash > slash)) in template_in_dir()
465 slash = bslash; in template_in_dir()
/toolchain/binutils/binutils-2.25/gas/
Dstabs.c546 char *bslash = strchr (tmp, '\\'); in generate_asm_file() local
547 size_t len = (bslash) ? (size_t) (bslash - tmp + 1) : strlen (tmp); in generate_asm_file()
557 if (bslash != NULL) in generate_asm_file()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspuelf.em460 char *bslash = strrchr (path, '\\\\');
462 if (file == NULL || (bslash != NULL && bslash > file))
463 file = bslash;