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

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c5816 if (elf_tdata (abfd)->elf_data_section == NULL)
5819 asection *elf_data_section;
5822 elf_data_section = bfd_zalloc (abfd, amt);
5823 if (elf_data_section == NULL)
5833 elf_tdata (abfd)->elf_data_section = elf_data_section;
5836 elf_data_section->symbol = elf_data_symbol;
5837 elf_data_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_data_symbol;
5839 elf_data_section->name = ".data";
5840 elf_data_section
5793 asection *elf_data_section; local
[all...]
H A Delf-bfd.h1347 asection *elf_data_section;
1345 asection *elf_data_section; member in struct:elf_obj_tdata
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c571 asection *elf_data_section; member in struct:mips_elf_obj_tdata
7667 if (mips_elf_tdata (abfd)->elf_data_section == NULL)
7670 asection *elf_data_section;
7673 elf_data_section = bfd_zalloc (abfd, amt);
7674 if (elf_data_section == NULL)
7684 mips_elf_tdata (abfd)->elf_data_section = elf_data_section;
7687 elf_data_section->symbol = elf_data_symbol;
7688 elf_data_section->symbol_ptr_ptr = &mips_elf_tdata (abfd)->elf_data_symbol;
7690 elf_data_section
7641 asection *elf_data_section; local
[all...]

Completed in 193 milliseconds