Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delfxx-mips.c5776 asection *elf_text_section; in _bfd_mips_elf_add_symbol_hook() local
5779 elf_text_section = bfd_zalloc (abfd, amt); in _bfd_mips_elf_add_symbol_hook()
5780 if (elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
5790 elf_tdata (abfd)->elf_text_section = elf_text_section; in _bfd_mips_elf_add_symbol_hook()
5793 elf_text_section->symbol = elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
5796 elf_text_section->name = ".text"; in _bfd_mips_elf_add_symbol_hook()
5797 elf_text_section->flags = SEC_NO_FLAGS; in _bfd_mips_elf_add_symbol_hook()
5798 elf_text_section->output_section = NULL; in _bfd_mips_elf_add_symbol_hook()
5799 elf_text_section->owner = abfd; in _bfd_mips_elf_add_symbol_hook()
5802 elf_text_symbol->section = elf_text_section; in _bfd_mips_elf_add_symbol_hook()
[all …]
H A Delf-bfd.h1446 asection *elf_text_section; member