Lines Matching refs:msec
1452 asection *msec; in elf64_alpha_find_nearest_line() local
1461 msec = bfd_get_section_by_name (abfd, ".mdebug"); in elf64_alpha_find_nearest_line()
1462 if (msec != NULL) in elf64_alpha_find_nearest_line()
1472 origflags = msec->flags; in elf64_alpha_find_nearest_line()
1473 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS) in elf64_alpha_find_nearest_line()
1474 msec->flags |= SEC_HAS_CONTENTS; in elf64_alpha_find_nearest_line()
1488 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1492 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d)) in elf64_alpha_find_nearest_line()
1494 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1503 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1528 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1532 msec->flags = origflags; in elf64_alpha_find_nearest_line()
4299 asection *msec; in elf64_alpha_relocate_section() local
4302 msec = sec; in elf64_alpha_relocate_section()
4303 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel); in elf64_alpha_relocate_section()
4337 msec = sec; in elf64_alpha_relocate_section()
4339 _bfd_merged_section_offset (output_bfd, &msec, in elf64_alpha_relocate_section()
4344 ent->addend += msec->output_section->vma in elf64_alpha_relocate_section()
4345 + msec->output_offset in elf64_alpha_relocate_section()