Home
last modified time | relevance | path

Searched refs:special_sections (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dxcoff.h384 asection *special_sections[XCOFF_NUMBER_OF_SPECIAL_SECTIONS]; member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dxcoff.h384 asection *special_sections[XCOFF_NUMBER_OF_SPECIAL_SECTIONS]; member
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c2024 static struct bfd_elf_special_section const special_sections[] = variable
2068 const struct bfd_elf_special_section *special_sections, in get_special_section() argument
2074 for (i = 0; special_sections[i].prefix != NULL; i++) in get_special_section()
2077 int prefix_len = special_sections[i].prefix_length; in get_special_section()
2084 suffix_len = special_sections[i].suffix_length; in get_special_section()
2093 || (rela && special_sections[i].type == SHT_REL))) in get_special_section()
2102 special_sections[i].prefix + prefix_len, in get_special_section()
2106 return &special_sections[i]; in get_special_section()
2123 if (bed->special_sections) in _bfd_elf_get_sec_type_attr()
2124 ssect = get_special_section (name, bed->special_sections, rela); in _bfd_elf_get_sec_type_attr()
[all …]
H A Dxcofflink.c507 memset (ret->special_sections, 0, sizeof ret->special_sections);
1729 xcoff_hash_table (info)->special_sections[i] = csect;
2821 special_sections, rtld) in bfd_xcoff_size_dynamic_sections() argument
2833 asection **special_sections;
2854 special_sections[i] = NULL;
2971 sec = xcoff_hash_table (info)->special_sections[i];
2979 special_sections[i] = sec;
H A Delf-bfd.h912 const struct bfd_elf_special_section *special_sections; member
H A DChangeLog-02031224 (special_sections): Merge suffix with prefix. Set
1723 * elf.c (special_sections): Set attributes for .got and .plt.
1748 (elf_backend_data): Add special_sections, a pointer to
1756 (special_sections): New.
1807 (elfNN_bed): Initialize special_sections.
H A DChangeLog-9495330 special_sections before returning when called with a non XCOFF
546 special_sections fields.
550 and record them in special_sections if found. Set
556 (bfd_xcoff_size_dynamic_sections): Add new special_sections
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Daix.em615 asection *special_sections[XCOFF_NUMBER_OF_SPECIAL_SECTIONS];
672 modtype, textro ? TRUE : FALSE, unix_ld, special_sections,
687 sec = special_sections[i];
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Daix.em616 asection *special_sections[XCOFF_NUMBER_OF_SPECIAL_SECTIONS];
673 modtype, textro ? TRUE : FALSE, unix_ld, special_sections,
688 sec = special_sections[i];
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxcofflink.c466 memset (ret->special_sections, 0, sizeof ret->special_sections); in _bfd_xcoff_bfd_link_hash_table_create()
1621 xcoff_hash_table (info)->special_sections[i] = csect; in xcoff_link_add_symbols()
2973 asection **special_sections, in bfd_xcoff_size_dynamic_sections() argument
2994 special_sections[i] = NULL; in bfd_xcoff_size_dynamic_sections()
3111 sec = xcoff_hash_table (info)->special_sections[i]; in bfd_xcoff_size_dynamic_sections()
3118 special_sections[i] = sec; in bfd_xcoff_size_dynamic_sections()
H A DChangeLog-20051581 * elf-bfd.h (elf_backend_data): Add special_sections.
1583 * elf.c (_bfd_elf_get_sec_type_attr): Check special_sections
1604 (elfNN_bed): Initialize special_sections.
1752 * elf.c (special_sections): Move const qualifier.
1787 special_sections.
1790 * elf.c (special_sections): Remove unused outer entries.
1794 special_sections indexing.
2791 * elf-bfd.h (elf_backend_data): Update special_sections to
2793 * elf.c (special_sections): Likewise.
H A Delf-bfd.h1016 const struct bfd_elf_special_section *special_sections; member
H A Delf.c2361 static const struct bfd_elf_special_section *special_sections[] = variable
2444 spec = bed->special_sections; in _bfd_elf_get_sec_type_attr()
2448 bed->special_sections, in _bfd_elf_get_sec_type_attr()
2461 spec = special_sections[i]; in _bfd_elf_get_sec_type_attr()
H A DChangeLog-2004736 (special_sections): Add .gnu.liblist and .gnu.conflict.
1525 * elf.c (special_sections): Add .gnu.linkonce.b modelled on .bss.
3401 (special_sections): Add ".note.GNU-stack".
H A DChangeLog-02031224 (special_sections): Merge suffix with prefix. Set
1723 * elf.c (special_sections): Set attributes for .got and .plt.
1748 (elf_backend_data): Add special_sections, a pointer to
1756 (special_sections): New.
1807 (elfNN_bed): Initialize special_sections.
H A DChangeLog-9495330 special_sections before returning when called with a non XCOFF
546 special_sections fields.
550 and record them in special_sections if found. Set
556 (bfd_xcoff_size_dynamic_sections): Add new special_sections
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-02031225 * config/obj-elf.c (special_sections): Removed.
2991 * config/obj-elf.c (special_sections): Work around HP's incorrect usage
3862 * config/obj-elf.c (special_sections): Use correct types for init
5757 (special_sections): Add .tdata and .tbss.
H A DChangeLog-98991331 (special_sections): Make const.
H A DChangeLog-92957657 (special_sections): Define.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-02031225 * config/obj-elf.c (special_sections): Removed.
2991 * config/obj-elf.c (special_sections): Work around HP's incorrect usage
3862 * config/obj-elf.c (special_sections): Use correct types for init
5757 (special_sections): Add .tdata and .tbss.
H A DChangeLog-98991331 (special_sections): Make const.
H A DChangeLog-92957657 (special_sections): Define.
/openbsd/gnu/usr.bin/binutils/ld/
H A DChangeLog-91972545 new local variable special_sections, and pass it to
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-91972545 new local variable special_sections, and pass it to