Searched refs:scanRelocations (Results 1 – 4 of 4) sorted by relevance
158 template <class ELFT> void scanRelocations(Ctx &ctx);
1697 template <class ELFT> void elf::scanRelocations(Ctx &ctx) { in scanRelocations() function in elf2614 template void elf::scanRelocations<ELF32LE>(Ctx &);2615 template void elf::scanRelocations<ELF32BE>(Ctx &);2616 template void elf::scanRelocations<ELF64LE>(Ctx &);2617 template void elf::scanRelocations<ELF64BE>(Ctx &);
1901 scanRelocations<ELFT>(ctx); in finalizeSections()
50 void scanRelocations();697 void Writer::scanRelocations() { in scanRelocations() function in Writer1330 scanRelocations(); in run()