Searched refs:Rel_aux (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h237 typedef struct rel_aux Rel_aux; typedef in typeref:struct:rel_aux
H A Dlibld.h277 APlist *ofl_relaux; /* Rel_aux cache for outrels/actrels */
630 * Lesser used relocation data is kept in an auxiliary block, Rel_aux,
633 * by the size of Rel_aux. This strategy relies on the data in Rel_aux
647 Rel_aux *rel_aux; /* NULL, or auxiliary data */
682 * If any value in Rel_aux is non-default, then an auxiliary block is
684 * values are default, no Rel_aux is needed, and the RELAUX_GET_xxx()
687 * To set a Rel_aux value, use the ld_reloc_set_aux_XXX() functions.
795 Rel_aux *rac_end;
796 Rel_aux *rac_fre
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c536 * Allocate a Rel_aux descriptor and attach it to the given Rel_desc,
572 ((RELAUX_CACHEBUF_ALLOC - 1) * sizeof (Rel_aux));
590 * any associated auxiliary Rel_aux it may reference, into the
607 Rel_aux *auxp;
664 Rel_aux *rap = rdesc->rel_aux;
2132 Rel_aux rel_aux;
2301 Rel_aux rel_aux;
2320 * Rel_aux auxiliary block.

Completed in 73 milliseconds