Home
last modified time | relevance | path

Searched refs:descriptor_section (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dxcoff.h360 asection *descriptor_section; member
/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dxcoff.h360 asection *descriptor_section; member
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dxcofflink.c461 ret->descriptor_section = NULL; in _bfd_xcoff_bfd_link_hash_table_create()
837 if (xcoff_hash_table (info)->descriptor_section == NULL) in xcoff_link_create_extra_sections()
845 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
2392 || o == xcoff_hash_table (info)->descriptor_section in xcoff_sweep()
2844 sec = xcoff_hash_table (ldinfo->info)->descriptor_section; in xcoff_build_ldsyms()
3237 sec = xcoff_hash_table (info)->descriptor_section; in bfd_xcoff_size_dynamic_sections()
4878 == xcoff_hash_table (finfo->info)->descriptor_section)) in xcoff_write_global_symbol()
5878 o = xcoff_hash_table (info)->descriptor_section; in _bfd_xcoff_bfd_final_link()
DChangeLog-9495545 (struct xcoff_link_hash_table): Add descriptor_section and
553 (xcoff_sweep): Always mark the special descriptor_section.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dxcofflink.c502 ret->descriptor_section = NULL;
970 if (xcoff_hash_table (info)->descriptor_section == NULL) in xcoff_link_create_extra_sections()
980 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
2509 || o == xcoff_hash_table (info)->descriptor_section
3101 sec = xcoff_hash_table (info)->descriptor_section;
3432 sec = xcoff_hash_table (ldinfo->info)->descriptor_section;
4102 o = xcoff_hash_table (info)->descriptor_section;
5696 == xcoff_hash_table (finfo->info)->descriptor_section))
DChangeLog-9495545 (struct xcoff_link_hash_table): Add descriptor_section and
553 (xcoff_sweep): Always mark the special descriptor_section.