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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfxx-mips.c4775 if (elf_tdata (abfd)->elf_data_section == NULL)
4778 asection *elf_data_section;
4781 elf_data_section = bfd_zalloc (abfd, amt);
4782 if (elf_data_section == NULL)
4792 elf_tdata (abfd)->elf_data_section = elf_data_section;
4795 elf_data_section->symbol = elf_data_symbol;
4796 elf_data_section->symbol_ptr_ptr = &elf_tdata (abfd)->elf_data_symbol;
4798 elf_data_section->name = ".data";
4799 elf_data_section
4755 asection *elf_data_section; local
[all...]
H A Delf-bfd.h1280 asection *elf_data_section;
1278 asection *elf_data_section; member in struct:elf_obj_tdata

Completed in 128 milliseconds