Searched refs:DF_1_PIE (Results 1 – 8 of 8) sorted by relevance
574 #define DF_1_PIE 0x08000000 /* Position Independent Executable */ macro
1198 if (xdh_val & DF_1_PIE) { in dodynamic()
381 pie = (dyn[i].d_un.d_val & DF_1_PIE) != 0; in is_pie()
797 #define DF_1_PIE 0x08000000 /* Is position-independent executable */ macro
1590 DF_1_PIE = 0x08000000, // Object is a position-independent executable. enumerator
1368 dtFlags1 |= DF_1_PIE; in computeContents()
1559 if (dynp->d_un.d_val & DF_1_PIE) in digest_dynamic1()
2946 { DF_1_PIE, "PIE" },