Searched refs:scanRelocations (Results 1 – 4 of 4) sorted by relevance
126 template <class ELFT> void scanRelocations(InputSectionBase &);
1616 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations() function in elf2142 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);2143 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);2144 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);2145 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
2016 forEachRelSec(scanRelocations<ELFT>); in finalizeSections()
51 void scanRelocations();631 void Writer::scanRelocations() { in scanRelocations() function in Writer1104 scanRelocations(); in run()