Home
last modified time | relevance | path

Searched refs:elf_text_section (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c572 asection *elf_text_section; member
7454 if (mips_elf_tdata (abfd)->elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
7457 asection *elf_text_section; in _bfd_mips_elf_add_symbol_hook() local
7460 elf_text_section = bfd_zalloc (abfd, amt); in _bfd_mips_elf_add_symbol_hook()
7461 if (elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
7471 mips_elf_tdata (abfd)->elf_text_section = elf_text_section; in _bfd_mips_elf_add_symbol_hook()
7474 elf_text_section->symbol = elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
7475 elf_text_section->symbol_ptr_ptr = &mips_elf_tdata (abfd)->elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
7477 elf_text_section->name = ".text"; in _bfd_mips_elf_add_symbol_hook()
7478 elf_text_section->flags = SEC_NO_FLAGS; in _bfd_mips_elf_add_symbol_hook()
[all …]
DChangeLog-20132321 and elf_text_section to..