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

/haiku-fatelf/src/bin/gdb/include/coff/
H A Dxcoff.h384 asection *special_sections[XCOFF_NUMBER_OF_SPECIAL_SECTIONS]; member in struct:xcoff_link_hash_table
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf.c2100 static struct bfd_elf_special_section const special_sections[] =
2148 const struct bfd_elf_special_section *special_sections,
2154 for (i = 0; special_sections[i].prefix != NULL; i++)
2157 int prefix_len = special_sections[i].prefix_length;
2161 if (memcmp (name, special_sections[i].prefix, prefix_len) != 0)
2164 suffix_len = special_sections[i].suffix_length;
2173 || (rela && special_sections[i].type == SHT_REL)))
2182 special_sections[i].prefix + prefix_len,
2186 return &special_sections[i];
2203 if (bed->special_sections)
2095 static struct bfd_elf_special_section const special_sections[] = variable
2142 get_special_section(const char *name, const struct bfd_elf_special_section *special_sections, unsigned int rela) argument
[all...]
H A Dxcofflink.c508 memset (ret->special_sections, 0, sizeof ret->special_sections);
1731 xcoff_hash_table (info)->special_sections[i] = csect;
2824 special_sections, rtld)
2836 asection **special_sections;
2857 special_sections[i] = NULL;
2974 sec = xcoff_hash_table (info)->special_sections[i];
2982 special_sections[i] = sec;
H A Delf-bfd.h963 const struct bfd_elf_special_section *special_sections;
961 const struct bfd_elf_special_section *special_sections; member in struct:elf_backend_data

Completed in 115 milliseconds