Home
last modified time | relevance | path

Searched refs:FILENAME_CMP (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Darsup.c81 && FILENAME_CMP (ptr->name, head->filename) == 0) in map_over_list()
302 if (FILENAME_CMP(member->filename, list->name) == 0) in ar_delete()
367 if (FILENAME_CMP (member->filename, list->name) == 0) in ar_replace()
465 if (FILENAME_CMP (member->filename, list->name) == 0) in ar_extract()
Dar.c232 && !FILENAME_CMP (normalize (*files, arch), filename)) in map_over_members()
705 && FILENAME_CMP (temp + strlen (temp) - 6, "ranlib") == 0) in main()
1216 if (FILENAME_CMP ((*after_bfd)->filename, realposname) == 0) in get_pos_bfd()
1254 if (FILENAME_CMP (normalize (*files_to_delete, arch), in delete_members()
1309 if (FILENAME_CMP (normalize (*files_to_move, arch), in move_members()
1361 if (FILENAME_CMP (normalize (*files_to_move, arch), in replace_members()
DChangeLog-00011550 FILENAME_CMP instead of strcmp to compare file names.
1555 Compare file names with FILENAME_CMP.
1571 Use FILENAME_CMP to compare file names.
1575 FILENAME_CMP to compare file names.
Dobjcopy.c4391 if (i > 4 && FILENAME_CMP (program_name + i - 4, ".exe") == 0) in main()
4397 is_strip = (i >= 5 && FILENAME_CMP (program_name + i - 5, "strip") == 0); in main()
/toolchain/binutils/binutils-2.25/gprof/
Dsource.c44 if (FILENAME_CMP (path, sf->name) == 0) in source_file_lookup_path()
83 if (FILENAME_CMP (filename, fname) == 0) in source_file_lookup_name()
DChangeLog-9203697 FILENAME_CMP to compare file names.
/toolchain/binutils/binutils-2.25/include/
Dfilenames.h84 #define FILENAME_CMP(s1, s2) filename_cmp(s1, s2) macro
DChangeLog1445 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
DChangeLog-9103910 (IS_ABSOLUTE_PATH, FILENAME_CMP): New macros.
/toolchain/binutils/binutils-2.25/ld/
Dldfile.c87 result = FILENAME_CMP (ld_canon_sysroot, realname) == 0; in is_sysrooted_pathname()
/toolchain/binutils/binutils-2.25/gold/
Doptions.cc1349 if (FILENAME_CMP(canonical_name, canonical_sysroot) == 0) in add_sysroot()