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

  /toolchain/binutils/binutils-2.25/bfd/
stabs.c 50 #define STABSIZE 12
171 if (stabsec->size % STABSIZE != 0)
214 count = stabsec->size / STABSIZE;
246 sym += STABSIZE, ++pstridx)
310 for (incl_sym = sym + STABSIZE;
312 incl_sym += STABSIZE)
417 for (incl_sym = sym + STABSIZE, incl_pstridx = pstridx + 1;
419 incl_sym += STABSIZE, ++incl_pstridx)
462 stabsec->size = (count - skip) * STABSIZE;
489 offset += STABSIZE;
    [all...]
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...]
elf32-ip2k.c 564 #define STABSIZE 12
696 stabp += STABSIZE;
697 for (;stabp < stabend; stabp += STABSIZE)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c     [all...]

Completed in 216 milliseconds