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

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c119 reloc->r_flags = FLG_R_INC;
189 (FLG_R_UNDO | FLG_R_INC);
221 reloc->r_flags = FLG_R_INC;
357 reloc->r_flags = FLG_R_INC;
368 reloc->r_flags = FLG_R_UNDO | FLG_R_INC;
405 reloc->r_flags = FLG_R_INC;
554 if (reloc->r_flags & FLG_R_INC) {
H A D_librtld.h79 #define FLG_R_INC 0x04 /* increment the relocation offset */ macro

Completed in 348 milliseconds