Searched refs:S_64 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 10117 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands() local 10118 PrintSection(S_64.sectname, S_64.segname, S_64.addr, S_64.size, in PrintLoadCommands() 10119 S_64.offset, S_64.align, S_64.reloff, S_64.nreloc, in PrintLoadCommands() 10120 S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd, in PrintLoadCommands()
|