Home
last modified time | relevance | path

Searched refs:SegmentLoadCommand (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
DMachOFormat.h182 struct SegmentLoadCommand { struct
DMachO.h176 macho::SegmentLoadCommand
/external/llvm/lib/Object/
DMachOObjectFile.cpp170 void SwapStruct(macho::SegmentLoadCommand &C) { in SwapStruct()
232 macho::SegmentLoadCommand S = O->getSegmentLoadCommand(L); in getSegmentLoadCommandNumSections()
243 sizeof(macho::SegmentLoadCommand); in getSectionPtr()
1504 macho::SegmentLoadCommand
1506 return getStruct<macho::SegmentLoadCommand>(this, L.Ptr); in getSegmentLoadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp183 macho::SegmentLoadCommand SLC = in getSectionsAndSymbols()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp127 macho::SegmentLoadCommand SLC = Obj.getSegmentLoadCommand(LCI); in DumpSegmentCommand()