Lines Matching refs:LCI
183 void MachOObject::ReadSegmentLoadCommand(const LoadCommandInfo &LCI, in ReadSegmentLoadCommand() argument
185 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadSegmentLoadCommand()
201 void MachOObject::ReadSegment64LoadCommand(const LoadCommandInfo &LCI, in ReadSegment64LoadCommand() argument
203 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadSegment64LoadCommand()
215 void MachOObject::ReadSymtabLoadCommand(const LoadCommandInfo &LCI, in ReadSymtabLoadCommand() argument
217 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadSymtabLoadCommand()
243 void MachOObject::ReadDysymtabLoadCommand(const LoadCommandInfo &LCI, in ReadDysymtabLoadCommand() argument
245 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadDysymtabLoadCommand()
255 void MachOObject::ReadLinkeditDataLoadCommand(const LoadCommandInfo &LCI, in ReadLinkeditDataLoadCommand() argument
257 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Res); in ReadLinkeditDataLoadCommand()
286 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection() argument
289 assert(LCI.Command.Type == macho::LCT_Segment && in ReadSection()
291 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) + in ReadSection()
309 void MachOObject::ReadSection64(const LoadCommandInfo &LCI, in ReadSection64() argument
312 assert(LCI.Command.Type == macho::LCT_Segment64 && in ReadSection64()
314 uint64_t Offset = (LCI.Offset + sizeof(macho::Segment64LoadCommand) + in ReadSection64()