Searched refs:dtFlags (Results 1 – 1 of 1) sorted by relevance
1402 uint32_t dtFlags = 0; in computeContents() local1405 dtFlags |= DF_SYMBOLIC; in computeContents()1421 dtFlags |= DF_BIND_NOW; in computeContents()1425 dtFlags |= DF_ORIGIN; in computeContents()1429 dtFlags |= DF_TEXTREL; in computeContents()1431 dtFlags |= DF_STATIC_TLS; in computeContents()1433 if (dtFlags) in computeContents()1434 addInt(DT_FLAGS, dtFlags); in computeContents()