Searched refs:STABSIZE (Results 1 – 4 of 4) sorted by relevance
50 #define STABSIZE 12 macro169 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 …]
965 #define STABSIZE (12) in _bfd_stab_section_find_nearest_line() macro1020 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 …]
564 #define STABSIZE 12 macro696 stabp += STABSIZE; in adjust_all_relocations()697 for (;stabp < stabend; stabp += STABSIZE) in adjust_all_relocations()
2479 #define STABSIZE (12) macro2504 for (i = -1; stabp <= stabs_end - STABSIZE; stabp += STABSIZE, i++) in print_section_stabs()