Searched refs:scanRelocations (Results 1 – 3 of 3) sorted by relevance
1101 template <class ELFT> void elf::scanRelocations(InputSectionBase &S) { in scanRelocations() function in elf1517 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);1518 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);1519 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);1520 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
156 template <class ELFT> void scanRelocations(InputSectionBase &);
1669 forEachRelSec(scanRelocations<ELFT>); in finalizeSections()