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.cpp1403 uint32_t dtFlags1 = 0; in computeContents() local
1407 dtFlags1 |= DF_1_GLOBAL; in computeContents()
1409 dtFlags1 |= DF_1_INITFIRST; in computeContents()
1411 dtFlags1 |= DF_1_INTERPOSE; in computeContents()
1413 dtFlags1 |= DF_1_NODEFLIB; in computeContents()
1415 dtFlags1 |= DF_1_NODELETE; in computeContents()
1417 dtFlags1 |= DF_1_NOOPEN; in computeContents()
1419 dtFlags1 |= DF_1_PIE; in computeContents()
1422 dtFlags1 |= DF_1_NOW; in computeContents()
1426 dtFlags1 |= DF_1_ORIGIN; in computeContents()
[all …]