Searched refs:scanRelocations (Results 1 – 7 of 7) sorted by relevance
17 void scanRelocations(InputChunk *chunk);
84 void scanRelocations(InputChunk *chunk) { in scanRelocations() function
734 static void scanRelocations() { in scanRelocations() function738 scanRelocations(chunk); in scanRelocations()740 scanRelocations(chunk); in scanRelocations()742 scanRelocations(p); in scanRelocations()1249 scanRelocations(); in run()
125 template <class ELFT> void scanRelocations(InputSectionBase &);
1550 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations() function in elf2069 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);2070 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);2071 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);2072 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
1981 forEachRelSec(scanRelocations<ELFT>); in finalizeSections()
45 void scanRelocations();380 void Writer::scanRelocations() { in scanRelocations() function in Writer685 scanRelocations(); in run()