Searched refs:relToCrel (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 661 static size_t relToCrel(raw_svector_ostream &os, Elf_Crel<ELFT::Is64Bits> &out, in relToCrel() function 702 totalCount += config->isLE ? relToCrel<ELF64LE>(os, out, relSec, sec) in finalizeNonAllocCrel() 703 : relToCrel<ELF64BE>(os, out, relSec, sec); in finalizeNonAllocCrel() 705 totalCount += config->isLE ? relToCrel<ELF32LE>(os, out, relSec, sec) in finalizeNonAllocCrel() 706 : relToCrel<ELF32BE>(os, out, relSec, sec); in finalizeNonAllocCrel()
|