Lines Matching refs:output_base
668 bfd_vma output_base = 0; in bfd_perform_relocation() local
731 output_base = 0; in bfd_perform_relocation()
733 output_base = reloc_target_output_section->vma; in bfd_perform_relocation()
735 output_base += symbol->section->output_offset; in bfd_perform_relocation()
740 output_base *= bfd_octets_per_byte (abfd, input_section); in bfd_perform_relocation()
742 relocation += output_base; in bfd_perform_relocation()
1008 bfd_vma output_base = 0; in bfd_install_relocation() local
1056 output_base = 0; in bfd_install_relocation()
1058 output_base = reloc_target_output_section->vma; in bfd_install_relocation()
1063 output_base *= bfd_octets_per_byte (abfd, input_section); in bfd_install_relocation()
1065 relocation += output_base; in bfd_install_relocation()