HomeSort by relevance Sort by last modified time
    Searched refs:stabsize (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
syms.c 933 bfd_size_type stabsize, strsize; local
965 #define STABSIZE (12)
976 stabsize = (info->stabsec->rawsize
1017 stabsize = (info->stabsec->rawsize
1020 stabsize = (stabsize / STABSIZE) * STABSIZE;
1025 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1031 0, stabsize)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rddbg.c 126 bfd_size_type stabsize, strsize; local
131 stabsize = bfd_section_size (abfd, sec);
132 stabs = (bfd_byte *) xmalloc (stabsize);
133 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize))
164 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
208 && stab + 12 < stabs + stabsize)

Completed in 52 milliseconds