Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dstrtoull.c66 strtoull(const char *nptr, char **endptr, register int base) in strtoull() function
DMakefile.in155 strtoll.c strtoul.c strtoull.c strndup.c strnlen.c \
223 ./strtoull.$(objext) ./tmpnam.$(objext) ./strverscmp.$(objext) \
1496 ./strtoull.$(objext): $(srcdir)/strtoull.c config.h $(INCDIR)/ansidecl.h \
1499 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtoull.c -o pic/$@; \
1502 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtoull.c -o noasan/$@; \
1504 $(COMPILE.c) $(srcdir)/strtoull.c $(OUTPUT_OPTION)
Dconfigure.ac375 funcs="$funcs strtoull"
412 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
416 …sename(char *), ffs, asprintf, vasprintf, snprintf, vsnprintf, strtol, strtoul, strtoll, strtoull])
Dconfig.in94 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
308 /* Define to 1 if you have the `strtoull' function. */
DChangeLog25 * strtoull.c: New file.
27 strtoull. Check decls for strtol, strtoul, strtoll, strtoull.
28 * Makefile.in (CFILES, CONFIGURED_OFILES): Add strtoll and strtoull.
Dconfigure5504 strtol strtoul strtoll strtoull strverscmp sysconf sysctl sysmp \
Dfunctions.texi1740 @code{strtod} above. The @code{strtoull} function is the same, except
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-strtol.c146 res = strtoull (test_data[i].nptr, 0, test_data[i].base); in run_tests()
/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c1293 return strtoull (string, (char **) end, base); in bfd_scan_vma()
Dconfig.in221 /* Define to 1 if you have the `strtoull' function. */
Dconfigure.ac218 AC_CHECK_FUNCS(strtoull getrlimit)
DChangeLog-02031366 * configure.in: Check for strtoull.
1367 * bfd.c (bfd_scan_vma): Use strtoull when available.
Dconfigure13665 for ac_func in strtoull getrlimit
/toolchain/binutils/binutils-2.25/gold/
Doptions.cc220 *retval = strtoull(arg, &endptr, 0); in parse_uint64()
Dscript.cc191 uint64_t ret = strtoull(this->value_, &end, 0); in integer_value()
Doutput.cc610 v = strtoull(entry, &endptr, 0); in entry()
/toolchain/binutils/binutils-2.25/ld/
Ddeffilep.y345 VMA: DIGITS { $$ = (bfd_vma) strtoull ($1, 0, 0); }
DChangeLog-2008749 (set_pep_value): Replace strtoul to strtoull.
DChangeLog-00011368 * emultempl/aix.em : use strtoull to parse options
DChangeLog-02032146 strtoul and strtoull with bfd_scan_vma.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dpep.em635 set_pep_name (name, (bfd_vma) strtoull (optarg, &end, 0));
/toolchain/binutils/binutils-2.25/config/
Dtcl.m42779 [char *p = (char *)strtoll; char *q = (char *)strtoull;])