Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/
HDConfig.h292 bool relrPackDynRelocs = false; member
HDDriver.cpp1728 config->relrPackDynRelocs = true; in readConfigs()
1730 std::tie(config->androidPackDynRelocs, config->relrPackDynRelocs) = in readConfigs()
HDWriter.cpp1670 if (config->emachine == EM_AARCH64 && config->relrPackDynRelocs) in removeUnusedSyntheticSections()
HDSyntheticSections.cpp4786 if (config->relrPackDynRelocs) { in createSyntheticSections()