Searched refs:LoadCmd (Results 1 – 1 of 1) sorted by relevance
26 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd);45 memcpy((void *) & (LC.Data.LCStruct##_data), LoadCmd.Ptr, \49 EndPtr = processLoadCommandData<MachO::LCStruct>(LC, LoadCmd); \87 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() argument90 auto End = LoadCmd.Ptr + LoadCmd.C.cmdsize; in extractSections()92 reinterpret_cast<const SectionType *>(LoadCmd.Ptr + sizeof(SegmentType)); in extractSections()109 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() argument110 return LoadCmd.Ptr + sizeof(StructType); in processLoadCommandData()116 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() argument118 LoadCmd, LC.Sections, Obj.isLittleEndian()); in processLoadCommandData()[all …]