Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h292 bool relrPackDynRelocs = false; member
H A DDriver.cpp1728 config->relrPackDynRelocs = true; in readConfigs()
1730 std::tie(config->androidPackDynRelocs, config->relrPackDynRelocs) = in readConfigs()
H A DWriter.cpp1670 if (config->emachine == EM_AARCH64 && config->relrPackDynRelocs) in removeUnusedSyntheticSections()
H A DSyntheticSections.cpp4786 if (config->relrPackDynRelocs) { in createSyntheticSections()