Home
last modified time | relevance | path

Searched refs:rel_aux (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c628 auxp = arsp->rel_aux; in ld_reloc_enter()
639 arsp->rel_aux = auxp; in ld_reloc_enter()
640 *auxp = *rdesc->rel_aux; in ld_reloc_enter()
2118 if (reld->rel_aux) in process_reld()
2132 Rel_aux rel_aux; in reloc_section() local
2155 reld.rel_aux = &rel_aux; in reloc_section()
2188 reld.rel_aux = in reloc_section()
2191 NULL : &rel_aux; in reloc_section()
2301 Rel_aux rel_aux; in process_movereloc() local
2322 reld.rel_aux = &rel_aux; in process_movereloc()
[all …]
H A Dsections.c867 reld.rel_aux = NULL; in make_array()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h655 Rel_aux *rel_aux; /* NULL, or auxiliary data */ member
699 struct rel_aux { struct
728 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_move : NULL)
730 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_usym : (_rdesc)->rel_sym)
732 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_osdesc : \
735 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_typedata : 0)
H A Dsgs.h224 typedef struct rel_aux Rel_aux;