Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c574 asection *elf_text_section; member
7427 if (mips_elf_tdata (abfd)->elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
7430 asection *elf_text_section; in _bfd_mips_elf_add_symbol_hook() local
7433 elf_text_section = bfd_zalloc (abfd, amt); in _bfd_mips_elf_add_symbol_hook()
7434 if (elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
7444 mips_elf_tdata (abfd)->elf_text_section = elf_text_section; in _bfd_mips_elf_add_symbol_hook()
7447 elf_text_section->symbol = elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
7448 elf_text_section->symbol_ptr_ptr = &mips_elf_tdata (abfd)->elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
7450 elf_text_section->name = ".text"; in _bfd_mips_elf_add_symbol_hook()
7451 elf_text_section->flags = SEC_NO_FLAGS; in _bfd_mips_elf_add_symbol_hook()
[all …]
DChangeLog-20132321 and elf_text_section to..