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

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c179 reloc->r_flags = FLG_R_CLR;
205 (FLG_R_APPLY | FLG_R_CLR);
244 reloc->r_flags = FLG_R_CLR;
251 reloc->r_flags = (FLG_R_APPLY | FLG_R_CLR);
361 reloc->r_flags = FLG_R_CLR;
395 reloc->r_flags = FLG_R_APPLY | FLG_R_CLR;
540 if (reloc->r_flags & FLG_R_CLR) {
H A D_librtld.h78 #define FLG_R_CLR 0x02 /* clear the relocation record */ macro

Completed in 59 milliseconds