Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 41) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dcplus-dem.c1166 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 …]
Dsimple-object.txh43 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
Dpexecute.txh38 Execute one program in a pipeline. On success this returns
257 to @code{pex_run}. Returns 0 on error, 1 on success.
268 success.
Dfunctions.texi479 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/
Dcompressed_output.cc212 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/
Dconfigure.com195 set (success,off);
349 set (success,off);
Delf.c1631 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 …]
Delf-eh-frame.c922 goto success; in _bfd_elf_parse_eh_frame()
931 success: in _bfd_elf_parse_eh_frame()
Delf32-nds32.c11185 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()
DChangeLog-2013305 value, TRUE for success, FALSE for failure.
3025 (memory_bclose): Likewise. Return 0 on success.
/toolchain/binutils/binutils-2.25/config/
Dmath.m420 dnl and linking a C program) and run define HAVE_name on success.
Ddepstand.m4102 _AS_ECHO([$as_me:$LINENO: success], AS_MESSAGE_LOG_FD)
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-ibld.in114 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. */
Dcgen-asm.in61 Returns NULL for success, an error message for failure. */
184 Returns NULL for success, an error message for failure. */
DChangeLog-20091189 * vax-dis.c (is_function_entry): Return success for synthetic
DChangeLog-0001759 Return 0 on success, 1 if no valid alternative.
/toolchain/binutils/binutils-2.25/ld/
Dldfile.c283 goto success; in ldfile_try_open_bfd()
313 success: in ldfile_try_open_bfd()
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/
Dld-lib.exp1815 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/
Dconfigure.com192 set (success, off);
DChangeLog-92951823 (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/
Dtemplate18 # This string is used below when printing out a success or failure message.
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2006202 returning an int. Return 0 upon success, 1 otherwise.
205 int. Return 0 upon success, 1 otherwise.
DChangeLog-0203839 return 0 on a non-fatal error, 1 on success.
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-2012541 success (lower bound).
545 success (upper bound).
DChangeLog-20101065 return code, when success with no message is expected, don't

12