Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8905 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands() local
8906 const char *sg_segname = SLC_64.segname; in PrintLoadCommands()
8907 PrintSegmentCommand(SLC_64.cmd, SLC_64.cmdsize, SLC_64.segname, in PrintLoadCommands()
8908 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands()
8909 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()
8910 SLC_64.nsects, SLC_64.flags, Buf.size(), verbose); in PrintLoadCommands()
8911 for (unsigned j = 0; j < SLC_64.nsects; j++) { in PrintLoadCommands()
8915 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp9617 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands() local
9618 const char *sg_segname = SLC_64.segname; in PrintLoadCommands()
9619 PrintSegmentCommand(SLC_64.cmd, SLC_64.cmdsize, SLC_64.segname, in PrintLoadCommands()
9620 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands()
9621 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands()
9622 SLC_64.nsects, SLC_64.flags, Buf.size(), verbose); in PrintLoadCommands()
9623 for (unsigned j = 0; j < SLC_64.nsects; j++) { in PrintLoadCommands()
9627 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()