Searched defs:rel_aux (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c583 rdesc->rel_aux = racp->rac_free++;
625 if (rdesc->rel_aux != NULL) {
628 auxp = arsp->rel_aux;
638 if (rdesc->rel_aux != NULL) {
639 arsp->rel_aux = auxp;
640 *auxp = *rdesc->rel_aux;
655 * rdesc - Relocation descriptor, with a non-NULL rel_aux field
659 * Each field in rdesc->rel_aux has been set to its default value
664 Rel_aux *rap = rdesc->rel_aux;
722 if (rdesc->rel_aux
2132 Rel_aux rel_aux; local
2301 Rel_aux rel_aux; local
[all...]
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h632 * of overhead to Rel_desc (rel_aux), most relocations are reduced in size
647 Rel_aux *rel_aux; /* NULL, or auxiliary data */ member in struct:rel_desc
691 struct rel_aux { struct
720 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_move : NULL)
722 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_usym : (_rdesc)->rel_sym)
724 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_osdesc : \
727 ((_rdesc)->rel_aux
[all...]

Completed in 67 milliseconds