Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1358 uint32_t dtFlags1 = 0; in computeContents() local
1362 dtFlags1 |= DF_1_GLOBAL; in computeContents()
1364 dtFlags1 |= DF_1_INITFIRST; in computeContents()
1366 dtFlags1 |= DF_1_INTERPOSE; in computeContents()
1368 dtFlags1 |= DF_1_NODEFLIB; in computeContents()
1370 dtFlags1 |= DF_1_NODELETE; in computeContents()
1372 dtFlags1 |= DF_1_NOOPEN; in computeContents()
1374 dtFlags1 |= DF_1_PIE; in computeContents()
1377 dtFlags1 |= DF_1_NOW; in computeContents()
1381 dtFlags1 |= DF_1_ORIGIN; in computeContents()
[all …]