Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp309 uint32_t jalrInst = config->zHazardplt ? 0x0320fc09 : 0x0320f809; in writePltHeader()
344 uint32_t jrInst = isMipsR6() ? (config->zHazardplt ? 0x03200409 : 0x03200009) in writePlt()
345 : (config->zHazardplt ? 0x03200408 : 0x03200008); in writePlt()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDConfig.h322 bool zHazardplt; member
HDDriver.cpp1479 config->zHazardplt = hasZOption(args, "hazardplt"); in readConfigs()