Searched refs:SegmentLoadCommand (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachOObject.h143 InMemoryStruct<macho::SegmentLoadCommand> &Res) const;
H A DMachOFormat.h155 struct SegmentLoadCommand { struct in namespace:llvm::object::macho
/external/llvm/lib/Object/
H A DMachOObject.cpp170 void SwapStruct(macho::SegmentLoadCommand &Value) {
183 InMemoryStruct<macho::SegmentLoadCommand> &Res) const {
290 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) +
H A DMachOObjectFile.cpp335 InMemoryStruct<macho::SegmentLoadCommand> SegmentLoadCmd;
362 InMemoryStruct<macho::SegmentLoadCommand> SLC;
407 InMemoryStruct<macho::SegmentLoadCommand> SLC;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp138 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC;
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp129 InMemoryStruct<macho::SegmentLoadCommand> SLC;

Completed in 35 milliseconds