Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h1439 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td154 "this additionally implies -Bsymbolic but does not set DF_SYMBOLIC">,
H A DSyntheticSections.cpp1360 dtFlags |= DF_SYMBOLIC; in computeContents()