Home
last modified time | relevance | path

Searched refs:marker (Results 1 – 25 of 104) sorted by relevance

12345

/toolchain/binutils/binutils-2.25/bfd/
Dformat.c99 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/
Dalphavms.sc51 *(LIB\$INITIALIZDZ) /* Start marker. */
54 *(LIB\$INITIALIZE$) /* End marker. */
Dia64vms.sc58 *(LIB\$INITIALIZDZ) /* Start marker. */
61 *(LIB\$INITIALIZE$) /* End marker. */
Delf32cr16.sc103 end of ctors marker and it must be last */
Delf32crx.sc106 end of ctors marker and it must be last */
Delfd10v.sc35 end of ctors marker and it must be last */
Delfmicroblaze.sc34 end of ctors marker and it must be last */
Delfd30v.sc26 end of ctors marker and it must be last */
Delf32msp430.sc216 from the crtend file contains the end of ctors marker and it
Dxstormy16.sc81 end of ctors marker and it must be last */
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Dtlsopt2.s3 # __tls_get_addr without marker relocs, and two arg setup insns
Dtlsopt1_32.s3 # __tls_get_addr without marker relocs, and the arg setup insn
Dtlsopt2_32.s3 # __tls_get_addr without marker relocs, and two arg setup insns
Dtlsopt1.s3 # __tls_get_addr without marker relocs, and the arg setup insn
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
Dpt-2.s15 dummylabel: ! Needed to hang a marker that this is SHmedia.
Dmovi-2.s17 forwdummylabel: ! Needed to hang a marker that this section is SHmedia.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Dpcrelcp-1.d24 # for the TEXTREL dynamic marker.
/toolchain/binutils/binutils-2.25/opcodes/
Darc-opc.c355 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/
Dc-s390.texi720 @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/
Darm-lib.ld108 end of ctors marker and it must be last */
Darm-dyn.ld115 end of ctors marker and it must be last */
Darm-no-rel-plt.ld139 end of ctors marker and it must be last */
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dmips-lib.ld118 end of ctors marker and it must be last */
Dmips-dyn.ld127 end of ctors marker and it must be last */
/toolchain/binutils/binutils-2.25/binutils/
Dresbin.c1460 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