Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Decoff.c1458 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()
[all …]
Dcoff64-rs6000.c727 file_ptr sym_base; in xcoff64_write_object_contents() local
756 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()
Dcoffcode.h3591 file_ptr sym_base; in coff_write_object_contents() local
3634 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()
DChangeLog-91931058 (ecoff_print_symbol): Use %ld, and cast indx and sym_base to long.