Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DRelocations.h141 template <class ELFT> void scanRelocations();
H A DRelocations.cpp1575 template <class ELFT> void elf::scanRelocations() { in scanRelocations() function in elf
2339 template void elf::scanRelocations<ELF32LE>();
2340 template void elf::scanRelocations<ELF32BE>();
2341 template void elf::scanRelocations<ELF64LE>();
2342 template void elf::scanRelocations<ELF64BE>();
H A DWriter.cpp2009 scanRelocations<ELFT>(); in finalizeSections()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.cpp51 void scanRelocations();
664 void Writer::scanRelocations() { in scanRelocations() function in Writer
1286 scanRelocations(); in run()