Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c665 rejection_inherit(Rej_desc *rej1, Rej_desc *rej2) in rejection_inherit() argument
667 if (rej2->rej_type && (rej1->rej_type == 0)) { in rejection_inherit()
668 rej1->rej_type = rej2->rej_type; in rejection_inherit()
669 rej1->rej_info = rej2->rej_info; in rejection_inherit()
670 rej1->rej_flags = rej2->rej_flags; in rejection_inherit()
672 rej1->rej_name = stravl_insert(rej2->rej_name, 0, 0, 0); in rejection_inherit()
673 if ((rej2->rej_str) && ((rej1->rej_str = in rejection_inherit()
675 rej1->rej_str = MSG_ORIG(MSG_EMG_ENOMEM); in rejection_inherit()