Lines Matching refs:text_sec
518 asection *text_sec; in _bfd_elf_parse_eh_frame_entry() local
544 text_sec = _bfd_elf_section_for_symbol (cookie, r_symndx, FALSE); in _bfd_elf_parse_eh_frame_entry()
546 if (text_sec == NULL) in _bfd_elf_parse_eh_frame_entry()
549 elf_section_eh_frame_entry (text_sec) = sec; in _bfd_elf_parse_eh_frame_entry()
550 if (text_sec->output_section in _bfd_elf_parse_eh_frame_entry()
551 && bfd_is_abs_section (text_sec->output_section)) in _bfd_elf_parse_eh_frame_entry()
555 elf_section_data (sec)->sec_info = text_sec; in _bfd_elf_parse_eh_frame_entry()
1075 asection *text_sec; in add_eh_frame_hdr_terminator() local
1081 text_sec = (asection *) elf_section_data (sec)->sec_info; in add_eh_frame_hdr_terminator()
1082 end = text_sec->output_section->vma + text_sec->output_offset in add_eh_frame_hdr_terminator()
1083 + text_sec->size; in add_eh_frame_hdr_terminator()
1084 text_sec = (asection *) elf_section_data (next)->sec_info; in add_eh_frame_hdr_terminator()
1085 next_start = text_sec->output_section->vma + text_sec->output_offset; in add_eh_frame_hdr_terminator()
1651 asection *text_sec = (asection *) elf_section_data (sec)->sec_info; in _bfd_elf_write_section_eh_frame_entry() local
1662 || text_sec->flags & SEC_EXCLUDE) in _bfd_elf_write_section_eh_frame_entry()
1683 addr = text_sec->output_section->vma + text_sec->output_offset in _bfd_elf_write_section_eh_frame_entry()
1684 + text_sec->size; in _bfd_elf_write_section_eh_frame_entry()