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.h371 bool relrPackDynRelocs = false; member
H A DDriver.cpp1903 ctx.arg.relrPackDynRelocs = true; in readConfigs()
1905 std::tie(ctx.arg.androidPackDynRelocs, ctx.arg.relrPackDynRelocs) = in readConfigs()
H A DWriter.cpp1773 if (ctx.arg.emachine == EM_AARCH64 && ctx.arg.relrPackDynRelocs && in removeUnusedSyntheticSections()
H A DSyntheticSections.cpp4857 if (ctx.arg.relrPackDynRelocs) { in createSyntheticSections()