Searched refs:DF_1_NODELETE (Results 1 – 7 of 7) sorted by relevance
551 #define DF_1_NODELETE 0x00000008 /* Cannot be deleted from process */ macro
791 #define DF_1_NODELETE 0x00000008 /* Set the RTLD_NODELETE for object */ macro
1567 DF_1_NODELETE = 0x00000008, // Set RTLD_NODELETE for this object. enumerator
82 _ELF_DEFINE_DF(DF_1_NODELETE, 0x8, \
1364 dtFlags1 |= DF_1_NODELETE; in computeContents()
1551 if (dynp->d_un.d_val & DF_1_NODELETE) in digest_dynamic1()
2923 { DF_1_NODELETE, "NODELETE" },