Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp669 static Relocation *getRISCVPCRelHi20(Ctx &ctx, const InputSectionBase *loSec, in getRISCVPCRelHi20() argument
676 Err(ctx) << loSec->getLocation(loReloc.offset) in getRISCVPCRelHi20()
683 if (hiSec != loSec) in getRISCVPCRelHi20()
684 Err(ctx) << loSec->getLocation(loReloc.offset) in getRISCVPCRelHi20()
690 Warn(ctx) << loSec->getLocation(loReloc.offset) in getRISCVPCRelHi20()
709 Err(ctx) << loSec->getLocation(loReloc.offset) in getRISCVPCRelHi20()