Lines Matching refs:sym_base
1458 bfd_size_type sym_base; in _bfd_ecoff_print_symbol() local
1467 sym_base = fdr->isymBase; in _bfd_ecoff_print_symbol()
1469 sym_base += in _bfd_ecoff_print_symbol()
1491 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
1498 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
1504 + sym_base))); in _bfd_ecoff_print_symbol()
1516 + sym_base)), in _bfd_ecoff_print_symbol()
1521 + (long) sym_base in _bfd_ecoff_print_symbol()
1528 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
1533 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
1538 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
2096 file_ptr sym_base; in ecoff_compute_reloc_file_positions() local
2125 sym_base = ecoff_data (abfd)->reloc_filepos + reloc_size; in ecoff_compute_reloc_file_positions()
2132 sym_base = ((sym_base + ecoff_backend (abfd)->round - 1) in ecoff_compute_reloc_file_positions()
2135 ecoff_data (abfd)->sym_filepos = sym_base; in ecoff_compute_reloc_file_positions()