Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8540 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands() local
8541 const char *sg_segname = SLC_64.segname; in PrintLoadCommands()
8542 PrintSegmentCommand(SLC_64.cmd, SLC_64.cmdsize, SLC_64.segname, in PrintLoadCommands()
8543 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands()
8544 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()
8545 SLC_64.nsects, SLC_64.flags, Buf.size(), verbose); in PrintLoadCommands()
8546 for (unsigned j = 0; j < SLC_64.nsects; j++) { in PrintLoadCommands()
8550 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()