Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/coff/
Dxcoff.h360 asection *descriptor_section; member
/freebsd-10-stable/contrib/binutils/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()
847 xcoff_hash_table (info)->descriptor_section = dsec; in xcoff_link_create_extra_sections()
2393 || o == xcoff_hash_table (info)->descriptor_section in xcoff_sweep()
2845 sec = xcoff_hash_table (ldinfo->info)->descriptor_section; in xcoff_build_ldsyms()
3238 sec = xcoff_hash_table (info)->descriptor_section; in bfd_xcoff_size_dynamic_sections()
4879 == xcoff_hash_table (finfo->info)->descriptor_section)) in xcoff_write_global_symbol()
5879 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.