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

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h77 #define FLG_R_UNDO 0x01 /* undo any relocation offset value */ macro
H A Drelocate.c126 reloc->r_flags |= FLG_R_UNDO;
189 (FLG_R_UNDO | FLG_R_INC);
368 reloc->r_flags = FLG_R_UNDO | FLG_R_INC;
531 if ((reloc->r_flags & FLG_R_UNDO) &&

Completed in 57 milliseconds