Searched refs:scanRelocations (Results 1 – 4 of 4) sorted by relevance
141 template <class ELFT> void scanRelocations();
1575 template <class ELFT> void elf::scanRelocations() { in scanRelocations() function in elf2339 template void elf::scanRelocations<ELF32LE>();2340 template void elf::scanRelocations<ELF32BE>();2341 template void elf::scanRelocations<ELF64LE>();2342 template void elf::scanRelocations<ELF64BE>();
2009 scanRelocations<ELFT>(); in finalizeSections()
51 void scanRelocations();664 void Writer::scanRelocations() { in scanRelocations() function in Writer1286 scanRelocations(); in run()