Lines Matching refs:dtFlags1
1352 uint32_t dtFlags1 = 0; in computeContents() local
1356 dtFlags1 |= DF_1_GLOBAL; in computeContents()
1358 dtFlags1 |= DF_1_INITFIRST; in computeContents()
1360 dtFlags1 |= DF_1_INTERPOSE; in computeContents()
1362 dtFlags1 |= DF_1_NODEFLIB; in computeContents()
1364 dtFlags1 |= DF_1_NODELETE; in computeContents()
1366 dtFlags1 |= DF_1_NOOPEN; in computeContents()
1368 dtFlags1 |= DF_1_PIE; in computeContents()
1371 dtFlags1 |= DF_1_NOW; in computeContents()
1375 dtFlags1 |= DF_1_ORIGIN; in computeContents()
1384 if (dtFlags1) in computeContents()
1385 addInt(DT_FLAGS_1, dtFlags1); in computeContents()