Lines Matching refs:descriptor

428       ret->descriptor = NULL;
682 /* If this symbol defines a function descriptor, then it
691 hds = h->descriptor;
715 hds->descriptor = h;
716 h->descriptor = hds;
724 function descriptor. This is how some math functions are
840 /* Likewise for the descriptor section. */
1867 for the function descriptor. This should do no
1870 descriptor. It helps, because it means that we
1871 will identify the function descriptor with a
1874 && h->descriptor == NULL)
1898 hds->descriptor = h;
1899 h->descriptor = hds;
2331 && h->descriptor != NULL
2332 && ((h->descriptor->flags & XCOFF_DEF_DYNAMIC) != 0
2333 || ((h->descriptor->flags & XCOFF_IMPORT) != 0
2334 && (h->descriptor->flags
2464 symbol for the function descriptor, and import that instead. */
2471 hds = h->descriptor;
2487 hds->descriptor = h;
2488 h->descriptor = hds;
2491 /* Now, if the descriptor is undefined, import the descriptor
2579 /* See if this is a function descriptor. It may be one even though
2602 h->descriptor = hfn;
2603 hfn->descriptor = h;
2611 /* If this is a function descriptor, make sure we don't garbage
2613 worry about this, because the descriptor will be attached to a
2614 section with relocs, but if we are creating the descriptor
2618 if (! xcoff_mark_symbol (info, h->descriptor))
2777 && h->descriptor != NULL
2778 && ((h->descriptor->flags & XCOFF_DEF_DYNAMIC) != 0
2779 || ((h->descriptor->flags & XCOFF_IMPORT) != 0
2780 && (h->descriptor->flags & XCOFF_DEF_REGULAR) == 0))
2796 descriptor. */
2797 hds = h->descriptor;
2840 && (h->descriptor->root.type == bfd_link_hash_defined
2841 || h->descriptor->root.type == bfd_link_hash_defweak))
2845 /* This is an undefined function descriptor associated with
2847 descriptor ourselves. Believe it or not, the AIX linker
2857 /* The size of the function descriptor depends if this is an
2862 /* A function descriptor uses two relocs: one for the
2867 /* We handle writing out the contents of the descriptor in
4740 tocoff = (h->descriptor->toc_section->output_section->vma
4741 + h->descriptor->toc_section->output_offset
4744 if ((h->descriptor->flags & XCOFF_SET_TOC) != 0)
4745 tocoff += h->descriptor->u.toc_offset;
4872 /* If this symbol is a specially defined function descriptor, write
4916 hentry = h->descriptor;