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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h646 Sym_desc *rel_sym; /* sym relocation is against */ member in struct:rel_desc
671 * pair, then ra_usym contains the strong symbol and rel_sym the weak.
672 * Otherwise, the default value is the same value as rel_sym.
705 #define RELAUX_ISDEFAULT_USYM(_rdesc, _usym) ((_rdesc)->rel_sym == _usym)
722 ((_rdesc)->rel_aux ? (_rdesc)->rel_aux->ra_usym : (_rdesc)->rel_sym)

Completed in 74 milliseconds