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

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c5836 if (elf_tdata (abfd)->elf_data_section == NULL)
5839 asection *elf_data_section;
5842 elf_data_section = bfd_zalloc (abfd, amt);
5843 if (elf_data_section == NULL)
5853 elf_tdata (abfd)->elf_data_section = elf_data_section;
5856 elf_data_section->symbol = elf_data_symbol;
5857 elf_data_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_data_symbol;
5859 elf_data_section->name = ".data";
5860 elf_data_section
5813 asection *elf_data_section; local
[all...]
H A Delf-bfd.h1447 asection *elf_data_section;
1445 asection *elf_data_section; member in struct:elf_obj_tdata

Completed in 124 milliseconds