HomeSort by relevance Sort by last modified time
    Searched defs:alc (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 167 size_t alc; local
171 alc = sizeof(Stringdata) + len;
175 alc = sizeof(Stringdata) + buffer_size;
179 if (len > psd->alc - psd->len)
180 alc = sizeof(Stringdata) + buffer_size;
194 Stringdata* psd = reinterpret_cast<Stringdata*>(new char[alc]);
195 psd->alc = alc - sizeof(Stringdata);
stringpool.h 311 size_t alc; member in struct:gold::Stringpool_template::Stringdata
archive.cc 132 size_t alc = 100 + strlen(sym_name); local
133 char* buf = new char[alc];
134 snprintf(buf, alc, _("script or expression reference to %s"),
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
srec.c 345 bfd_size_type alc; local
363 alc = 10;
364 symbuf = (char *) bfd_malloc (alc + 1);
374 if ((bfd_size_type) (p - symbuf) >= alc)
378 alc *= 2;
379 n = (char *) bfd_realloc (symbuf, alc + 1);
    [all...]
sunos.c 922 bfd_size_type alc;
938 alc = sizeof (struct bfd_link_needed_list);
939 needed = bfd_alloc (abfd, alc);
945 alc = 30;
946 namebuf = bfd_malloc (alc + 1);
970 if ((bfd_size_type) (p - namebuf) >= alc)
974 alc *= 2;
975 n = bfd_realloc (namebuf, alc + 1);
1002 if ((p - namebuf) + strlen (majbuf) + strlen (minbuf) >= alc)
1006 alc = (p - namebuf) + strlen (majbuf) + strlen (minbuf)
921 bfd_size_type alc; local
    [all...]
elf.c 3286 char *alc; local
    [all...]
elflink.c 1962 char *alc; local
5127 char *alc = NULL; local
5195 char *alc = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 5285 size_t alc; local
5364 size_t alc; local
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 300 size_t alc; member in struct:d_growable_string
6371 size_t alc; local
6478 size_t alc; local
6499 size_t alc; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c 1780 char *alc = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.c 273 size_t alc; member in struct:d_growable_string
5982 size_t alc; local
6089 size_t alc; local
6110 size_t alc; local
    [all...]
  /external/svox/pico/lib/
picopr.c 212 picoos_bool alc; member in struct:pr_ioItem
224 picoos_bool alc; member in struct:pr_ioItem2
1012 item->alc = FALSE;
1054 outItem->alc = inItem->alc;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 7175 unsigned int alc; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1655 ALC alc; member in struct:tagRC
    [all...]

Completed in 6226 milliseconds