HomeSort by relevance Sort by last modified time
    Searched full:symlength (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
nlm32-sparc.c 213 unsigned char symlength; /* Length of symbol name. */ local
224 if (bfd_bread (& symlength, (bfd_size_type) sizeof (symlength), abfd)
225 != sizeof (symlength))
228 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
233 if (bfd_bread (name, (bfd_size_type) symlength, abfd) != symlength)
235 name[symlength] = '\0';
nlm32-i386.c 334 unsigned char symlength; /* Length of symbol name. */ local
337 if (bfd_bread (& symlength, (bfd_size_type) sizeof (symlength), abfd)
338 != sizeof (symlength))
341 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
344 if (bfd_bread (name, (bfd_size_type) symlength, abfd) != symlength)
346 name[symlength] = '\0';
nlm32-alpha.c 606 unsigned char symlength; /* Length of symbol name. */
610 if (bfd_bread (& symlength, (bfd_size_type) sizeof (symlength), abfd)
611 != sizeof (symlength))
614 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
617 if (bfd_bread (name, (bfd_size_type) symlength, abfd) != symlength)
619 name[symlength] = '\0';
604 unsigned char symlength; \/* Length of symbol name. *\/ local
nlm32-ppc.c 618 unsigned char symlength; /* Length of symbol name. */
621 if (bfd_bread (& symlength, (bfd_size_type) sizeof (symlength), abfd)
622 != sizeof (symlength))
625 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
628 if (bfd_bread (name, (bfd_size_type) symlength, abfd) != symlength)
630 name[symlength] = '\0';
617 unsigned char symlength; \/* Length of symbol name. *\/ local
nlmcode.h 900 unsigned char symlength; /* Symbol length read into here. */ local
    [all...]
ChangeLog-9193     [all...]

Completed in 934 milliseconds