Searched refs:marker (Results 1 – 25 of 104) sorted by relevance
12345
/toolchain/binutils/binutils-2.25/bfd/ |
D | format.c | 99 void *marker; member 128 preserve->marker = bfd_alloc (abfd, 1); in bfd_preserve_save() 129 if (preserve->marker == NULL) in bfd_preserve_save() 164 bfd_release (abfd, preserve->marker); in bfd_preserve_restore() 165 preserve->marker = NULL; in bfd_preserve_restore() 179 preserve->marker = NULL; in bfd_preserve_finish() 239 preserve.marker = NULL; in bfd_check_format_matches() 309 if (preserve.marker != NULL) in bfd_check_format_matches() 422 if (preserve.marker != NULL) in bfd_check_format_matches() 465 if (preserve.marker != NULL) in bfd_check_format_matches()
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | alphavms.sc | 51 *(LIB\$INITIALIZDZ) /* Start marker. */ 54 *(LIB\$INITIALIZE$) /* End marker. */
|
D | ia64vms.sc | 58 *(LIB\$INITIALIZDZ) /* Start marker. */ 61 *(LIB\$INITIALIZE$) /* End marker. */
|
D | elf32cr16.sc | 103 end of ctors marker and it must be last */
|
D | elf32crx.sc | 106 end of ctors marker and it must be last */
|
D | elfd10v.sc | 35 end of ctors marker and it must be last */
|
D | elfmicroblaze.sc | 34 end of ctors marker and it must be last */
|
D | elfd30v.sc | 26 end of ctors marker and it must be last */
|
D | elf32msp430.sc | 216 from the crtend file contains the end of ctors marker and it
|
D | xstormy16.sc | 81 end of ctors marker and it must be last */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | tlsopt2.s | 3 # __tls_get_addr without marker relocs, and two arg setup insns
|
D | tlsopt1_32.s | 3 # __tls_get_addr without marker relocs, and the arg setup insn
|
D | tlsopt2_32.s | 3 # __tls_get_addr without marker relocs, and two arg setup insns
|
D | tlsopt1.s | 3 # __tls_get_addr without marker relocs, and the arg setup insn
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | pt-2.s | 15 dummylabel: ! Needed to hang a marker that this is SHmedia.
|
D | movi-2.s | 17 forwdummylabel: ! Needed to hang a marker that this section is SHmedia.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
D | pcrelcp-1.d | 24 # for the TEXTREL dynamic marker.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | arc-opc.c | 355 int marker; in insert_reg() local 365 marker = flag_p ? ARC_REG_SHIMM_UPDATE : ARC_REG_SHIMM; in insert_reg() 370 marker = ARC_REG_SHIMM; in insert_reg() 372 insn |= marker << operand->shift; in insert_reg()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-s390.texi | 720 @cindex instruction marker, s390 721 @cindex s390 instruction marker 728 The :tls_load marker is used to flag the load instruction in the initial 732 The :tls_gdcall marker is used to flag the branch-and-save instruction to 735 The :tls_ldcall marker is used to flag the branch-and-save instruction to 739 For more information about the thread local storage instruction marker
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | arm-lib.ld | 108 end of ctors marker and it must be last */
|
D | arm-dyn.ld | 115 end of ctors marker and it must be last */
|
D | arm-no-rel-plt.ld | 139 end of ctors marker and it must be last */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | mips-lib.ld | 118 end of ctors marker and it must be last */
|
D | mips-dyn.ld | 127 end of ctors marker and it must be last */
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | resbin.c | 1460 rc_uint_type start, marker; in res_to_bin_dialog() local 1565 marker = off; /* Save two bytes for size of optional data. */ in res_to_bin_dialog() 1587 set_windres_bfd_content (wrbfd, dc_rclen, marker, 2); in res_to_bin_dialog()
|
12345