Lines Matching full:msec
1913 asection *msec = sec;
1914 lo_value = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, lo_value);
1916 lo_value += msec->output_section->vma + msec->output_offset;
2315 asection *msec;
2328 msec = sec;
2329 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend);
2331 addend += msec->output_section->vma + msec->output_offset;
2345 msec = sec;
2346 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) - relocation;
2347 addend += msec->output_section->vma + msec->output_offset;
2365 msec = sec;
2366 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) - relocation;
2367 addend += msec->output_section->vma + msec->output_offset;