Searched refs:sym_base (Results 1 – 4 of 4) sorted by relevance
1458 bfd_size_type sym_base; in _bfd_ecoff_print_symbol() local1467 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()[all …]
727 file_ptr sym_base; in xcoff64_write_object_contents() local756 sym_base = lineno_base + lnno_size; in xcoff64_write_object_contents()891 obj_sym_filepos (abfd) = sym_base; in xcoff64_write_object_contents()913 internal_f.f_symptr = sym_base; in xcoff64_write_object_contents()918 internal_f.f_symptr = sym_base; in xcoff64_write_object_contents()
3591 file_ptr sym_base; in coff_write_object_contents() local3634 sym_base = lineno_base + lnno_size; in coff_write_object_contents()4167 obj_sym_filepos (abfd) = sym_base; in coff_write_object_contents()4202 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1, in coff_write_object_contents()4215 internal_f.f_symptr = sym_base; in coff_write_object_contents()4225 internal_f.f_symptr = sym_base; in coff_write_object_contents()
1058 (ecoff_print_symbol): Use %ld, and cast indx and sym_base to long.