Searched refs:FILENAME_CMP (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | arsup.c | 81 && 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()
|
D | ar.c | 232 && !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()
|
D | ChangeLog-0001 | 1550 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.
|
D | objcopy.c | 4391 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/ |
D | source.c | 44 if (FILENAME_CMP (path, sf->name) == 0) in source_file_lookup_path() 83 if (FILENAME_CMP (filename, fname) == 0) in source_file_lookup_name()
|
D | ChangeLog-9203 | 697 FILENAME_CMP to compare file names.
|
/toolchain/binutils/binutils-2.25/include/ |
D | filenames.h | 84 #define FILENAME_CMP(s1, s2) filename_cmp(s1, s2) macro
|
D | ChangeLog | 1445 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp
|
D | ChangeLog-9103 | 910 (IS_ABSOLUTE_PATH, FILENAME_CMP): New macros.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 87 result = FILENAME_CMP (ld_canon_sysroot, realname) == 0; in is_sysrooted_pathname()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | options.cc | 1349 if (FILENAME_CMP(canonical_name, canonical_sysroot) == 0) in add_sysroot()
|