Searched refs:scanRelocations (Results 1 – 7 of 7) sorted by relevance
17 void scanRelocations(InputChunk *chunk);
83 void scanRelocations(InputChunk *chunk) { in scanRelocations() function
812 static void scanRelocations() { in scanRelocations() function816 scanRelocations(chunk); in scanRelocations()818 scanRelocations(chunk); in scanRelocations()820 scanRelocations(p); in scanRelocations()1584 scanRelocations(); in run()
129 template <class ELFT> void scanRelocations(InputSectionBase &);
1512 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations() function in elf2228 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);2229 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);2230 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);2231 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
1941 scanRelocations<ELFT>(*sec); in finalizeSections()1944 scanRelocations<ELFT>(*sec); in finalizeSections()1947 scanRelocations<ELFT>(*sec); in finalizeSections()
53 void scanRelocations();640 void Writer::scanRelocations() { in scanRelocations() function in Writer1168 scanRelocations(); in run()