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

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dxcoff.h384 asection *special_sections[XCOFF_NUMBER_OF_SPECIAL_SECTIONS]; member in struct:xcoff_link_hash_table
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dxcoff.h384 asection *special_sections[XCOFF_NUMBER_OF_SPECIAL_SECTIONS]; member in struct:xcoff_link_hash_table
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c2029 static struct bfd_elf_special_section const special_sections[] =
2073 const struct bfd_elf_special_section *special_sections,
2079 for (i = 0; special_sections[i].prefix != NULL; i++)
2082 int prefix_len = special_sections[i].prefix_length;
2086 if (memcmp (name, special_sections[i].prefix, prefix_len) != 0)
2089 suffix_len = special_sections[i].suffix_length;
2098 || (rela && special_sections[i].type == SHT_REL)))
2107 special_sections[i].prefix + prefix_len,
2111 return &special_sections[i];
2128 if (bed->special_sections)
2024 static struct bfd_elf_special_section const special_sections[] = variable
2067 get_special_section(const char *name, const struct bfd_elf_special_section *special_sections, unsigned int rela) argument
[all...]
H A Dxcofflink.c509 memset (ret->special_sections, 0, sizeof ret->special_sections);
1733 xcoff_hash_table (info)->special_sections[i] = csect;
2826 special_sections, rtld)
2838 asection **special_sections;
2859 special_sections[i] = NULL;
2976 sec = xcoff_hash_table (info)->special_sections[i];
2984 special_sections[i] = sec;
H A Delf-bfd.h914 const struct bfd_elf_special_section *special_sections;
912 const struct bfd_elf_special_section *special_sections; member in struct:elf_backend_data
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dxcofflink.c468 memset (ret->special_sections, 0, sizeof ret->special_sections);
1625 xcoff_hash_table (info)->special_sections[i] = csect;
2978 asection **special_sections,
2999 special_sections[i] = NULL;
3116 sec = xcoff_hash_table (info)->special_sections[i];
3123 special_sections[i] = sec;
2962 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bfd_boolean gc, int modtype, bfd_boolean textro, bfd_boolean export_defineds, asection **special_sections, bfd_boolean rtld) argument
H A Delf-bfd.h1018 const struct bfd_elf_special_section *special_sections;
1016 const struct bfd_elf_special_section *special_sections; member in struct:elf_backend_data
H A Delf.c2366 static const struct bfd_elf_special_section *special_sections[] =
2449 spec = bed->special_sections;
2453 bed->special_sections,
2466 spec = special_sections[i];
2361 static const struct bfd_elf_special_section *special_sections[] = variable in typeref:struct:bfd_elf_special_section

Completed in 233 milliseconds