Searched refs:sets (Results 1 – 25 of 139) sorted by relevance
123456
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object.txh | 21 If an error occurs, this functions returns @code{NULL} and sets 22 @code{*@var{errmsg}} to an error string and sets @code{*@var{err}} to 44 returns an error string, and sets @code{*@var{err}} to an errno value 67 @code{0}, sets @code{*@var{errmsg}} to an error message, and sets 90 On error this returns @code{NULL}, sets @code{*@var{errmsg}} to an 91 error message, and sets @code{*@var{err}} to an errno value or 128 On error @code{simple_object_start_write} returns @code{NULL}, sets 129 @code{*@var{ERRMSG}} to an error message, and sets @code{*@var{err}} 147 On error this returns @code{NULL}, sets @code{*@var{errmsg}} to an 148 error message, and sets @code{*@var{err}} to an errno value or [all …]
|
D | functions.texi | 616 fixed sets of characters: 649 sets of characters: 918 @code{NULL}, and sets @code{errno} to @code{EINVAL}. If you would 1099 On an error return, the code sets @code{*@var{err}} to an @code{errno} 1277 On error this returns @code{NULL}, sets @code{*@var{errmsg}} to an 1278 error message, and sets @code{*@var{err}} to an errno value or 1302 @code{0}, sets @code{*@var{errmsg}} to an error message, and sets 1326 returns an error string, and sets @code{*@var{err}} to an errno value 1351 If an error occurs, this functions returns @code{NULL} and sets 1352 @code{*@var{errmsg}} to an error string and sets @code{*@var{err}} to [all …]
|
D | README | 24 There are two sets of files: Those that are "required" will be
|
D | pexecute.txh | 140 On an error return, the code sets @code{*@var{err}} to an @code{errno} 194 @code{NULL}, and sets @code{errno} to @code{EINVAL}. If you would
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldctor.c | 45 struct set_info *sets; variable 65 for (p = sets; p != NULL; p = p->next) in ldctor_add_set_entry() 72 p->next = sets; in ldctor_add_set_entry() 73 sets = p; in ldctor_add_set_entry() 213 for (p = sets; p != NULL; p = p->next) in ldctor_build_sets() 251 for (p = sets; p != NULL; p = p->next) in ldctor_build_sets()
|
D | ldctor.h | 51 extern struct set_info *sets;
|
D | README | 67 emulparams script used exports any shell variables it sets.
|
D | configure.host | 23 # This file sets the following shell variables: 75 # sets of start/end files.
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | README | 2 genscripts.sh sets some shell variables, then sources
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | configure.host | 26 # This sets the following shell variables: 78 # the "MS-ANSI" code page name, so we define an override for CP_ACP (sets the
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | configure.tgt | 22 # This file switches on the shell variable ${targ}, and sets the
|
D | NEWS | 302 * New command line switch to objcopy -B (or --binary-architecture) which sets 333 disassembler. Used by ARM targets to select register name sets, ISA, APCS or
|
/toolchain/binutils/binutils-2.25/config/ |
D | picflag.m4 | 38 # sets the default TLS model and affects inlining.
|
D | warnings.m4 | 83 # sets @VARIABLE@ to "-Werror" if the compiler is GCC >=x.y.z, or if
|
D | depstand.m4 | 18 # sets fooDEPMODE accordingly. Cache-variable compatible with
|
D | lib-link.m4 | 45 dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and 47 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-sh64.texi | 30 Enable sh2e, sh3e, sh4, and sh4a insn sets. 32 Enable sh1, sh2, sh2e, sh3, sh3e, sh4, sh4a, and sh-dsp insn sets.
|
D | c-arc.texi | 240 It is also possible to specify that an instruction sets the flags and 292 sets the flags, can be used with a condition code, for which the
|
D | c-sh.texi | 65 Enable sh2e, sh3e, sh4, and sh4a insn sets. 67 Enable sh1, sh2, sh2e, sh3, sh3e, sh4, sh4a, and sh-dsp insn sets.
|
D | c-mmix.texi | 268 The @code{LOC} directive sets the current location to the value of the 276 An example, which sets the label @var{prev} to the current location, and 322 sets the symbol @samp{asymbol} to @samp{an_expression}. A symbol may not 463 The @samp{PREFIX} directive sets a symbol name prefix to be prepended to
|
D | c-score.texi | 33 This option sets the largest size of an object that can be referenced
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure.tgt | 29 # canonicalized GNU configuration triplet. It sets the following
|
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.com | 2 $! This file sets things up to build gas on a VMS system to generate object
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep-rhcop.cpu | 131 ; of future insn sets are not known at this time, the assembler needs a 140 ; new nops are defined in new coprocessor insn sets.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | aix.em | 386 /* Long option which just sets a flag. */ 563 /* This sets the page that the .data section is supposed to 701 for (p = sets; p != (struct set_info *) NULL; p = p->next) 706 collect, and the sets may already have been built, so we do
|
123456