Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h205 bool ZText; member
H A DRelocations.cpp855 bool CanWrite = (Sec.Flags & SHF_WRITE) || !Config->ZText; in processRelocAux()
1024 if (!Config->ZText && Config->WarnIfuncTextrel) { in scanReloc()
H A DSyntheticSections.cpp1297 if (!Config->ZText) in finalizeContents()
1373 if (!Config->ZText) in finalizeContents()
H A DDriver.cpp892 Config->ZText = getZFlag(Args, "text", "notext", true); in readConfigs()