Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:MachOObjectFile

37     MachOObjectFile *objf = static_cast<MachOObjectFile *>(ObjFile.get());
76 MachOObjectFile *objf = static_cast<MachOObjectFile *>(ObjFile.get());
232 populateJumpTable(cast<MachOObjectFile>(*ObjImg.getObjectFile()),
235 populatePointersSection(cast<MachOObjectFile>(*ObjImg.getObjectFile()),
461 void RuntimeDyldMachO::populateJumpTable(MachOObjectFile &Obj,
494 void RuntimeDyldMachO::populatePointersSection(MachOObjectFile &Obj,
531 section_iterator getSectionByAddress(const MachOObjectFile &Obj,
552 const MachOObjectFile *MachO =
553 static_cast<const MachOObjectFile*>(Obj.getObjectFile());
617 const MachOObjectFile *MachO =
618 static_cast<const MachOObjectFile*>(Obj.getObjectFile());
659 const MachOObjectFile *MachO = static_cast<const MachOObjectFile *>(OF);