Home
last modified time | relevance | path

Searched refs:STABSIZE (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dstabs.c50 #define STABSIZE 12 macro
169 if (stabsec->size % STABSIZE != 0) in _bfd_link_section_stabs()
212 count = stabsec->size / STABSIZE; in _bfd_link_section_stabs()
244 sym += STABSIZE, ++pstridx) in _bfd_link_section_stabs()
308 for (incl_sym = sym + STABSIZE; in _bfd_link_section_stabs()
310 incl_sym += STABSIZE) in _bfd_link_section_stabs()
415 for (incl_sym = sym + STABSIZE, incl_pstridx = pstridx + 1; in _bfd_link_section_stabs()
417 incl_sym += STABSIZE, ++incl_pstridx) in _bfd_link_section_stabs()
460 stabsec->size = (count - skip) * STABSIZE; in _bfd_link_section_stabs()
487 offset += STABSIZE; in _bfd_link_section_stabs()
[all …]
Dsyms.c965 #define STABSIZE (12) in _bfd_stab_section_find_nearest_line() macro
1020 stabsize = (stabsize / STABSIZE) * STABSIZE; in _bfd_stab_section_find_nearest_line()
1103 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1119 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1120 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1121 stab += STABSIZE; in _bfd_stab_section_find_nearest_line()
1152 stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1194 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1195 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1199 stab += STABSIZE; in _bfd_stab_section_find_nearest_line()
[all …]
Delf32-ip2k.c564 #define STABSIZE 12 macro
696 stabp += STABSIZE; in adjust_all_relocations()
697 for (;stabp < stabend; stabp += STABSIZE) in adjust_all_relocations()
/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c2479 #define STABSIZE (12) macro
2504 for (i = -1; stabp <= stabs_end - STABSIZE; stabp += STABSIZE, i++) in print_section_stabs()