Lines Matching full:elf_text_section
574 asection *elf_text_section;
7456 if (mips_elf_tdata (abfd)->elf_text_section == NULL)
7459 asection *elf_text_section;
7462 elf_text_section = bfd_zalloc (abfd, amt);
7463 if (elf_text_section == NULL)
7473 mips_elf_tdata (abfd)->elf_text_section = elf_text_section;
7476 elf_text_section->symbol = elf_text_symbol;
7477 elf_text_section->symbol_ptr_ptr = &mips_elf_tdata (abfd)->elf_text_symbol;
7479 elf_text_section->name = ".text";
7480 elf_text_section->flags = SEC_NO_FLAGS;
7481 elf_text_section->output_section = NULL;
7482 elf_text_section->owner = abfd;
7485 elf_text_symbol->section = elf_text_section;
7490 *secp = mips_elf_tdata (abfd)->elf_text_section;