Searched refs:SLC_64 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 10110 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands() local 10111 const char *sg_segname = SLC_64.segname; in PrintLoadCommands() 10112 PrintSegmentCommand(SLC_64.cmd, SLC_64.cmdsize, SLC_64.segname, in PrintLoadCommands() 10113 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands() 10114 SLC_64.filesize, SLC_64.maxprot, SLC_64.initprot, in PrintLoadCommands() 10115 SLC_64.nsects, SLC_64.flags, Buf.size(), verbose); in PrintLoadCommands() 10116 for (unsigned j = 0; j < SLC_64.nsects; j++) { in PrintLoadCommands() 10120 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 3264 MachO::segment_command_64 SLC_64 = O->getSegment64LoadCommand(Command); in MachOAbstractFixupEntry() local 3265 if (StringRef(SLC_64.segname) == "__TEXT") { in MachOAbstractFixupEntry() 3266 TextAddress = SLC_64.vmaddr; in MachOAbstractFixupEntry()
|