Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h213 bool androidPackDynRelocs = false; member
H A DWriter.cpp419 if (config->androidPackDynRelocs) in createSyntheticSections()
560 config->androidPackDynRelocs ? in.relaPlt->name : relaDynName, in createSyntheticSections()
H A DDriver.cpp1652 std::tie(config->androidPackDynRelocs, config->relrPackDynRelocs) = in readConfigs()