Searched refs:elf_text_section (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c5775 if (elf_tdata (abfd)->elf_text_section == NULL)
5778 asection *elf_text_section;
5781 elf_text_section = bfd_zalloc (abfd, amt);
5782 if (elf_text_section == NULL)
5792 elf_tdata (abfd)->elf_text_section = elf_text_section;
5795 elf_text_section->symbol = elf_text_symbol;
5796 elf_text_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_text_symbol;
5798 elf_text_section->name = ".text";
5799 elf_text_section
5752 asection *elf_text_section; local
[all...]
H A Delf-bfd.h1348 asection *elf_text_section;
1346 asection *elf_text_section; member in struct:elf_obj_tdata
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c572 asection *elf_text_section; member in struct:mips_elf_obj_tdata
7626 if (mips_elf_tdata (abfd)->elf_text_section == NULL)
7629 asection *elf_text_section;
7632 elf_text_section = bfd_zalloc (abfd, amt);
7633 if (elf_text_section == NULL)
7643 mips_elf_tdata (abfd)->elf_text_section = elf_text_section;
7646 elf_text_section->symbol = elf_text_symbol;
7647 elf_text_section->symbol_ptr_ptr = &mips_elf_tdata (abfd)->elf_text_symbol;
7649 elf_text_section
7600 asection *elf_text_section; local
[all...]

Completed in 117 milliseconds