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

  /toolchain/binutils/binutils-2.27/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 935 bfd_size_type stabsize, strsize; local
967 #define STABSIZE (12)
978 stabsize = (info->stabsec->rawsize
1019 stabsize = (info->stabsec->rawsize
1022 stabsize = (stabsize / STABSIZE) * STABSIZE;
1027 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1033 0, stabsize)
    [all...]
elf32-ip2k.c 564 #define STABSIZE 12
696 stabp += STABSIZE;
697 for (;stabp < stabend; stabp += STABSIZE)
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c     [all...]

Completed in 515 milliseconds