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

  /toolchain/binutils/binutils-2.27/include/coff/
rs6k64.h 230 bfd_byte l_nsyms[4]; member in struct:external_ldhdr
rs6000.h 241 bfd_byte l_nsyms[4]; member in struct:external_ldhdr
xcoff.h 189 bfd_size_type l_nsyms; member in struct:internal_ldhdr
  /toolchain/binutils/binutils-2.27/bfd/
coff64-rs6000.c 597 dst->l_nsyms = bfd_get_32 (abfd, src->l_nsyms);
616 bfd_put_32 (abfd, src->l_nsyms, dst->l_nsyms);
    [all...]
xcofflink.c 268 return (ldhdr.l_nsyms + 1) * sizeof (asymbol *);
306 symbuf = bfd_zalloc (abfd, ldhdr.l_nsyms * sizeof (* symbuf));
312 elsymend = elsym + ldhdr.l_nsyms * bfd_xcoff_ldsymsz(abfd);
358 return ldhdr.l_nsyms;
879 elsymend = elsym + ldhdr.l_nsyms * bfd_xcoff_ldsymsz(abfd);
    [all...]
coff-rs6000.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 1073 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms);
    [all...]

Completed in 393 milliseconds