Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1325 uint32_t dtFlags = 0; in computeContents() local
1328 dtFlags |= DF_SYMBOLIC; in computeContents()
1344 dtFlags |= DF_BIND_NOW; in computeContents()
1348 dtFlags |= DF_ORIGIN; in computeContents()
1352 dtFlags |= DF_TEXTREL; in computeContents()
1354 dtFlags |= DF_STATIC_TLS; in computeContents()
1356 if (dtFlags) in computeContents()
1357 addInt(DT_FLAGS, dtFlags); in computeContents()