Searched refs:S_64 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8393 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands() local 8394 PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size, in PrintLoadCommands() 8395 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc, in PrintLoadCommands() 8396 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()
|