Lines Matching refs:ELF64LE
344 const ELFFile<ELF64LE> &Obj = ELF64LEFile->getELFFile(); in RewriteInstance()
423 const ELFFile<ELF64LE> &Obj = ELF64LEFile->getELFFile(); in discoverStorage()
429 Expected<ELF64LE::PhdrRange> PHsOrErr = Obj.program_headers(); in discoverStorage()
433 ELF64LE::PhdrRange PHs = PHsOrErr.get(); in discoverStorage()
434 for (const ELF64LE::Phdr &Phdr : PHs) { in discoverStorage()
1804 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationAddend() local
1805 return getRelocationAddend(ELF64LE, Rel); in getRelocationAddend()
1838 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationSymbol() local
1839 return getRelocationSymbol(ELF64LE, Rel); in getRelocationSymbol()
3877 const ELFFile<ELF64LE> &Obj = ELF64LEFile->getELFFile(); in patchELFPHDRTable()
3925 for (const ELF64LE::Phdr &Phdr : cantFail(Obj.program_headers())) { in patchELFPHDRTable()
3926 ELF64LE::Phdr NewPhdr = Phdr; in patchELFPHDRTable()
3949 ELF64LE::Phdr NewTextPhdr = createNewTextPhdr(); in patchELFPHDRTable()
3959 ELF64LE::Phdr NewTextPhdr = createNewTextPhdr(); in patchELFPHDRTable()
3991 const ELFFile<ELF64LE> &Obj = ELF64LEFile->getELFFile(); in rewriteNoteSections()
4000 for (const ELF64LE::Shdr &Section : cantFail(Obj.sections())) { in rewriteNoteSections()