Searched refs:data_index_section (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h362 Most targets will not use data_index_section. */
364 asection *data_index_section;
363 asection *data_index_section; member in struct:elf_link_hash_table
H A Delflink.c746 return p != htab->text_index_section && p != htab->data_index_section;
6159 elf_hash_table (info)->data_index_section = s;
6165 = elf_hash_table (info)->data_index_section;
8871 && htab->data_index_section != NULL)
8872 oi = htab->data_index_section;
H A Delf32-arm.c4710 && htab->data_index_section != NULL)
4711 osec = htab->data_index_section;
H A Delf64-ppc.c11298 && htab->elf.data_index_section != NULL)
11299 osec = htab->elf.data_index_section;

Completed in 156 milliseconds