Searched refs:rename (Results 1 – 25 of 103) sorted by relevance
12345
/toolchain/binutils/binutils-2.25/binutils/ |
D | rename.c | 153 ret = rename (from, to); in smart_rename() 170 ret = rename (from, to); in smart_rename()
|
D | Makefile.am | 130 rclex.c rdcoff.c rddbg.c readelf.c rename.c \ 228 objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) 238 strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) 260 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c binemul.c \ 265 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c \
|
D | Makefile.in | 133 not-ranlib.$(OBJEXT) arsup.$(OBJEXT) rename.$(OBJEXT) \ 169 rename.$(OBJEXT) $(am__objects_4) $(am__objects_1) 176 arlex.$(OBJEXT) arsup.$(OBJEXT) rename.$(OBJEXT) \ 193 rename.$(OBJEXT) $(am__objects_4) $(am__objects_1) 507 rclex.c rdcoff.c rddbg.c readelf.c rename.c \ 575 objcopy_SOURCES = objcopy.c not-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) 581 strip_new_SOURCES = objcopy.c is-strip.c rename.c $(WRITE_DEBUG_SRCS) $(BULIBS) 587 ar_SOURCES = arparse.y arlex.l ar.c not-ranlib.c arsup.c rename.c binemul.c \ 592 ranlib_SOURCES = ar.c is-ranlib.c arparse.y arlex.l arsup.c rename.c \ 913 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rename.Po@am__quote@
|
D | ChangeLog-9899 | 102 Change default mcore machine name to 'mcore-le' and rename 512 * rename.c (O_BINARY): Define as 0 if not defined. 685 * rename.c (smart_rename): Fix test of whether file exists. 783 * rename.c: New file, copied out of objcopy.c with a few changes. 787 (write_archive): Call smart_rename rather than unlink and rename. 789 (simple_copy, smart_rename, set_times): Move to rename.c. 793 (CFILES): Add rename.c. 794 (objcopy_SOURCES, strip_new_SOURCES): Add rename.c. 795 (ar_SOURCES, ranlib_SOURCES): Add rename.c. 1871 with different rename behaviour and lack of chown.
|
D | ChangeLog-0203 | 63 * rename.c (smart_rename): Make sure that we have write 280 * rename.c: Likewise. 1047 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all 1051 <prefix> and --prefix-alloc-sections=<prefix> options to rename all 1104 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c, 1697 * rename.c: Likewise.
|
D | NEWS | 287 * objcopy: Add --rename-section to change section names. 347 * objcopy has a --redefine-sym option that lets you rename symbols.
|
D | ChangeLog-2008 | 300 * rename.c (smart_rename): Punctuate error messages. 500 * rename.c: Likewise.
|
D | ChangeLog-2010 | 219 * objcopy.c (copy_main): No need to rename sections when compressing 271 rename DWARF debug sections.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | rename.c | 25 rename (const char *zfrom, const char *zto) in rename() function
|
D | Makefile.in | 147 random.c regex.c rename.c rindex.c \ 214 ./random.$(objext) ./rename.$(objext) ./rindex.$(objext) \ 1172 ./rename.$(objext): $(srcdir)/rename.c config.h $(INCDIR)/ansidecl.h 1174 $(COMPILE.c) $(PICFLAG) $(srcdir)/rename.c -o pic/$@; \ 1177 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/rename.c -o noasan/$@; \ 1179 $(COMPILE.c) $(srcdir)/rename.c $(OUTPUT_OPTION)
|
D | configure.ac | 356 funcs="$funcs rename" 408 random realpath rename rindex \ 524 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
D | ChangeLog | 2539 * rename.c (rename): Likewise. 3121 defined, rename some functions which are to become static via 3125 rename to demangle_operator_info. Change all uses. 3128 and rename to demangle_builtin_type_info. Change all uses. 3130 rename to demangle_component_type, and change all enums to start 3132 (struct d_comp): Move definition to include/demangle.h, and rename 3689 * rename.c: Include "ansidecl.h". 3690 (rename): Use standard definition to avoid conflicts with system 4485 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c, 5172 * Makefile.in (rename.o, waitpid.o): Depend on config.h [all …]
|
D | config.in | 215 /* Define to 1 if you have the `rename' function. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | file.s | 28 # xtensa (through --rename-section file.s=file.c)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | include-1.d | 6 # AIX targets rename the .text and .data sectons...
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | POTFILES.in | 53 rename.c
|
D | zh_CN.po | 1697 " --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n" 1752 " --rename-section <old>=<new>[,<flags>] ������ <old> ����Ϊ <new>\n" 4040 #: rename.c:131 4046 #: rename.c:170 rename.c:203 4048 msgid "%s: rename: %s" 4051 #: rename.c:211
|
D | zh_TW.po | 1861 " --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n" 1935 " --rename-section <old>=<new>[,<flags>] 將區段由 <old> 改名為 <new>\n" 4686 #: rename.c:127 4692 #: rename.c:162 rename.c:200 4694 msgid "unable to rename '%s' reason: %s" 4697 #: rename.c:208
|
/toolchain/binutils/binutils-2.25/intl/ |
D | ChangeLog | 126 cleanup, rename to configure.ac. 130 * README: Update to reflect rename of configure.in to configure.ac.
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | callback.h | 82 int (*rename) (host_callback *, const char *, const char *); member
|
/toolchain/binutils/binutils-2.25/ |
D | compile | 245 arguments, and rename the output as expected.
|
D | install-sh | 481 { echo "$0: cannot unlink or rename $dst" >&2
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2011 | 289 (TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT. 295 (TRAP): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT.
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ChangeLog | 165 * internal.h (GO32_STUBSIZE): ... here and rename it.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xtensa.texi | 90 @item --rename-section @var{oldname}=@var{newname} 91 @kindex --rename-section 93 multiple times to rename multiple sections.
|
12345