Home
last modified time | relevance | path

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

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