Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:f_nscns

1739       VG_(printf)("   # of sections     %u\n",       (UInt)t_filehdr->f_nscns);
1870 VG_(printf)("\nSection Headers: %d entries\n", t_filehdr->f_nscns);
1881 for (i = 0; i < t_filehdr->f_nscns; i++) {
1924 for (j = 0; j < t_filehdr->f_nscns; j++)
1929 vg_assert(j >= 0 && j <= t_filehdr->f_nscns);
1930 if (j == t_filehdr->f_nscns)
1985 && sntext_1based_if_known <= t_filehdr->f_nscns)
1993 && sntext_1based_if_known <= t_filehdr->f_nscns)
2031 for (i = 0; i < t_filehdr->f_nscns; i++) {