/toolchain/binutils/binutils-2.25/libiberty/ |
D | cplus-dem.c | 1166 int success = 0; in internal_cplus_demangle() local 1190 success = gnu_special (work, &mangled, &decl); in internal_cplus_demangle() 1191 if (!success) in internal_cplus_demangle() 1197 if (!success) in internal_cplus_demangle() 1199 success = demangle_prefix (work, &mangled, &decl); in internal_cplus_demangle() 1201 if (success && (*mangled != '\0')) in internal_cplus_demangle() 1203 success = demangle_signature (work, &mangled, &decl); in internal_cplus_demangle() 1220 demangled = mop_up (work, &decl, success); in internal_cplus_demangle() 1360 mop_up (struct work_stuff *work, string *declp, int success) in mop_up() argument 1369 if (!success) in mop_up() [all …]
|
D | simple-object.txh | 43 On success @code{simple_object_find_sections} returns. On error it 164 On success this returns @code{NULL}. On error this returns an error 178 This returns @code{NULL} on success. On error this returns an error
|
D | pexecute.txh | 38 Execute one program in a pipeline. On success this returns 257 to @code{pex_run}. Returns 0 on error, 1 on success. 268 success.
|
D | functions.texi | 479 that @var{tz} be NULL. Returns 0 on success, -1 on failure. 828 to @code{pex_run}. Returns 0 on error, 1 on success. 840 success. 997 Execute one program in a pipeline. On success this returns 1325 On success @code{simple_object_find_sections} returns. On error it 1415 On success this returns @code{NULL}. On error this returns an error 1450 This returns @code{NULL} on success. On error this returns an error 1921 named by FILE, separated by whitespace. Return 0 on success, non-zero 1930 the number of registered functions. Returns 0 on success, or @minus{}1 on
|
/toolchain/binutils/binutils-2.25/gold/ |
D | compressed_output.cc | 212 bool success = false; in set_final_data_size() local 214 success = zlib_compress(uncompressed_data, uncompressed_size, in set_final_data_size() 216 if (success) in set_final_data_size()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | configure.com | 195 set (success,off); 349 set (success,off);
|
D | elf.c | 1631 goto success; in bfd_section_from_shdr() 1643 goto success; in bfd_section_from_shdr() 1695 goto success; in bfd_section_from_shdr() 1699 goto success; in bfd_section_from_shdr() 1712 goto success; in bfd_section_from_shdr() 1759 goto success; in bfd_section_from_shdr() 1763 goto success; in bfd_section_from_shdr() 1777 goto success; in bfd_section_from_shdr() 1789 goto success; in bfd_section_from_shdr() 1793 goto success; in bfd_section_from_shdr() [all …]
|
D | elf-eh-frame.c | 922 goto success; in _bfd_elf_parse_eh_frame() 931 success: in _bfd_elf_parse_eh_frame()
|
D | elf32-nds32.c | 11185 int success = 0; in nds32_elf_relax_letlsls() local 11209 success = 1; in nds32_elf_relax_letlsls() 11223 success = 1; in nds32_elf_relax_letlsls() 11236 success = 1; in nds32_elf_relax_letlsls() 11243 if (success) in nds32_elf_relax_letlsls()
|
D | ChangeLog-2013 | 305 value, TRUE for success, FALSE for failure. 3025 (memory_bclose): Likewise. Return 0 on success.
|
/toolchain/binutils/binutils-2.25/config/ |
D | math.m4 | 20 dnl and linking a C program) and run define HAVE_name on success.
|
D | depstand.m4 | 102 _AS_ECHO([$as_me:$LINENO: success], AS_MESSAGE_LOG_FD)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-ibld.in | 114 The result is an error message or NULL if success. */ 237 The result is an error message or NULL if success. */ 324 Returns 1 for success, 0 for failure. */ 406 Returns 1 for success, 0 for failure. */
|
D | cgen-asm.in | 61 Returns NULL for success, an error message for failure. */ 184 Returns NULL for success, an error message for failure. */
|
D | ChangeLog-2009 | 1189 * vax-dis.c (is_function_entry): Return success for synthetic
|
D | ChangeLog-0001 | 759 Return 0 on success, 1 if no valid alternative.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 283 goto success; in ldfile_try_open_bfd() 313 success: in ldfile_try_open_bfd()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
D | ld-lib.exp | 1815 set success [ld_assemble $as $as_file "/dev/null"] 1819 set check_as_cfi_result $success 1820 return $success
|
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.com | 192 set (success, off);
|
D | ChangeLog-9295 | 1823 (crack_operand): m68k_ip_op now returns 0 on success. 6037 of 0, because the latter indicates success rather than failure 7848 than zero-length string, as success indicator. 8775 * config/tc-hppa.c (md_atof): Return a NULL on success rather than 9065 success. 9211 * config/atof-vax.c (md_atof): Return null on success instead of 9214 * read.c (float_cons): Expect a null pointer for success, not an 9218 on success, instead of empty string. All callers changed. 9221 (vip_op): Use NULL instead of empty string for success in error 11000 success. [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ |
D | template | 18 # This string is used below when printing out a success or failure message.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2006 | 202 returning an int. Return 0 upon success, 1 otherwise. 205 int. Return 0 upon success, 1 otherwise.
|
D | ChangeLog-0203 | 839 return 0 on a non-fatal error, 1 on success.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2012 | 541 success (lower bound). 545 success (upper bound).
|
D | ChangeLog-2010 | 1065 return code, when success with no message is expected, don't
|