Lines Matching refs:msec
1912 asection *msec = sec; in score_elf_final_link_relocate() local
1913 lo_value = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, lo_value); in score_elf_final_link_relocate()
1915 lo_value += msec->output_section->vma + msec->output_offset; in score_elf_final_link_relocate()
2314 asection *msec; in s7_bfd_score_elf_relocate_section() local
2327 msec = sec; in s7_bfd_score_elf_relocate_section()
2328 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in s7_bfd_score_elf_relocate_section()
2330 addend += msec->output_section->vma + msec->output_offset; in s7_bfd_score_elf_relocate_section()
2344 msec = sec; in s7_bfd_score_elf_relocate_section()
2345 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) - relocation; in s7_bfd_score_elf_relocate_section()
2346 addend += msec->output_section->vma + msec->output_offset; in s7_bfd_score_elf_relocate_section()
2364 msec = sec; in s7_bfd_score_elf_relocate_section()
2365 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) - relocation; in s7_bfd_score_elf_relocate_section()
2366 addend += msec->output_section->vma + msec->output_offset; in s7_bfd_score_elf_relocate_section()