Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp681 static size_t relToCrel(Ctx &ctx, raw_svector_ostream &os, in relToCrel() function
724 ? relToCrel<ELF64LE>(ctx, os, out, relSec, sec) in finalizeNonAllocCrel()
725 : relToCrel<ELF64BE>(ctx, os, out, relSec, sec); in finalizeNonAllocCrel()
728 ? relToCrel<ELF32LE>(ctx, os, out, relSec, sec) in finalizeNonAllocCrel()
729 : relToCrel<ELF32BE>(ctx, os, out, relSec, sec); in finalizeNonAllocCrel()