Searched refs:FLG_R_APPLY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h81 #define FLG_R_APPLY 0x08 /* apply the relocation */ macro
H A Drelocate.c205 (FLG_R_APPLY | FLG_R_CLR);
251 reloc->r_flags = (FLG_R_APPLY | FLG_R_CLR);
395 reloc->r_flags = FLG_R_APPLY | FLG_R_CLR;
522 if (reloc->r_flags & FLG_R_APPLY)

Completed in 58 milliseconds