Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h361 uint64_t mipsGotSize; member
H A DDriver.cpp1353 config->mipsGotSize = args::getInteger(args, OPT_mips_got_size, 0xfff0); in readConfigs()
H A DSyntheticSections.cpp864 if (count * config->wordsize > config->mipsGotSize) in tryMergeGots()