Lines Matching refs:msec
1426 asection *msec; in elf64_alpha_find_nearest_line() local
1434 msec = bfd_get_section_by_name (abfd, ".mdebug"); in elf64_alpha_find_nearest_line()
1435 if (msec != NULL) in elf64_alpha_find_nearest_line()
1445 origflags = msec->flags; in elf64_alpha_find_nearest_line()
1446 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS) in elf64_alpha_find_nearest_line()
1447 msec->flags |= SEC_HAS_CONTENTS; in elf64_alpha_find_nearest_line()
1461 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1465 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d)) in elf64_alpha_find_nearest_line()
1467 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1476 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1501 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1505 msec->flags = origflags; in elf64_alpha_find_nearest_line()
4077 asection *msec; in elf64_alpha_relocate_section() local
4080 msec = sec; in elf64_alpha_relocate_section()
4081 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel); in elf64_alpha_relocate_section()
4115 msec = sec; in elf64_alpha_relocate_section()
4117 _bfd_merged_section_offset (output_bfd, &msec, in elf64_alpha_relocate_section()
4122 ent->addend += msec->output_section->vma in elf64_alpha_relocate_section()
4123 + msec->output_offset in elf64_alpha_relocate_section()