Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1352 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()
[all …]