Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delfxx-mips.c5817 asection *elf_data_section; in _bfd_mips_elf_add_symbol_hook() local
5820 elf_data_section = bfd_zalloc (abfd, amt); in _bfd_mips_elf_add_symbol_hook()
5821 if (elf_data_section == NULL) in _bfd_mips_elf_add_symbol_hook()
5831 elf_tdata (abfd)->elf_data_section = elf_data_section; in _bfd_mips_elf_add_symbol_hook()
5834 elf_data_section->symbol = elf_data_symbol; in _bfd_mips_elf_add_symbol_hook()
5837 elf_data_section->name = ".data"; in _bfd_mips_elf_add_symbol_hook()
5838 elf_data_section->flags = SEC_NO_FLAGS; in _bfd_mips_elf_add_symbol_hook()
5839 elf_data_section->output_section = NULL; in _bfd_mips_elf_add_symbol_hook()
5840 elf_data_section->owner = abfd; in _bfd_mips_elf_add_symbol_hook()
5843 elf_data_symbol->section = elf_data_section; in _bfd_mips_elf_add_symbol_hook()
[all …]
H A Delf-bfd.h1445 asection *elf_data_section; member