Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfxx-mips.c4747 if (elf_tdata (abfd)->elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
4750 asection *elf_text_section; in _bfd_mips_elf_add_symbol_hook() local
4753 elf_text_section = bfd_zalloc (abfd, amt); in _bfd_mips_elf_add_symbol_hook()
4754 if (elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
4764 elf_tdata (abfd)->elf_text_section = elf_text_section; in _bfd_mips_elf_add_symbol_hook()
4767 elf_text_section->symbol = elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
4768 elf_text_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
4770 elf_text_section->name = ".text"; in _bfd_mips_elf_add_symbol_hook()
4771 elf_text_section->flags = SEC_NO_FLAGS; in _bfd_mips_elf_add_symbol_hook()
4772 elf_text_section->output_section = NULL; in _bfd_mips_elf_add_symbol_hook()
[all …]
Delf-bfd.h1218 asection *elf_text_section; member
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfxx-mips.c5758 if (elf_tdata (abfd)->elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
5761 asection *elf_text_section; in _bfd_mips_elf_add_symbol_hook() local
5764 elf_text_section = bfd_zalloc (abfd, amt); in _bfd_mips_elf_add_symbol_hook()
5765 if (elf_text_section == NULL) in _bfd_mips_elf_add_symbol_hook()
5775 elf_tdata (abfd)->elf_text_section = elf_text_section; in _bfd_mips_elf_add_symbol_hook()
5778 elf_text_section->symbol = elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
5779 elf_text_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_text_symbol; in _bfd_mips_elf_add_symbol_hook()
5781 elf_text_section->name = ".text"; in _bfd_mips_elf_add_symbol_hook()
5782 elf_text_section->flags = SEC_NO_FLAGS; in _bfd_mips_elf_add_symbol_hook()
5783 elf_text_section->output_section = NULL; in _bfd_mips_elf_add_symbol_hook()
[all …]
Delf-bfd.h1335 asection *elf_text_section; member