Searched refs:filename_ncmp (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | remap.c | 78 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0) in remap_debug_filename()
|
D | dwarf2dbg.c | 548 && filename_ncmp (filename, dirs[files[last_used].dir], in get_filenum() 574 if (filename_ncmp (filename, dirs[dir], dir_len) == 0 in get_filenum()
|
/toolchain/binutils/binutils-2.27/include/ |
D | filenames.h | 86 extern int filename_ncmp (const char *s1, const char *s2,
|
D | ChangeLog-0415 | 842 * filenames.h (filename_ncmp): New prototype.
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | filename_cmp.c | 114 filename_ncmp (const char *s1, const char *s2, size_t n) in filename_ncmp() function
|
D | functions.texi | 334 @deftypefn Extension int filename_ncmp (const char *@var{s1}, const char *@var{s2}, size_t @var{n})
|
D | ChangeLog | 1048 * filename_cmp.c (filename_cmp, filename_ncmp): Add handling of 1117 * filename_cmp.c (filename_ncmp): New function.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | syms.c | 1395 || filename_ncmp (info->filename, directory_name, dirlen) != 0 in _bfd_stab_section_find_nearest_line()
|
D | archive.c | 1486 || filename_ncmp (pathp, refp, e1 - pathp) != 0) in adjust_relative_path() 1674 if (filename_ncmp (normal, hdr->ar_name, thislen) != 0 in _bfd_construct_extended_name_table()
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | elf32.em | 252 if (filename_ncmp (soname, l->name, suffix - l->name) == 0) 327 if (filename_ncmp (soname, global_needed->name, suffix - global_needed->name) == 0)
|
/toolchain/binutils/binutils-2.27/ld/ |
D | pe-dll.c | 347 if (filename_ncmp (libname, afptr->name, afptr->len)) in libnamencmp()
|
D | ldlang.c | 2723 if (filename_ncmp (lib->name, filename, len) == 0 in check_excluded_libs()
|