Searched refs:PrintMachHeader (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 7833 static void PrintMachHeader(uint32_t magic, uint32_t cputype, in PrintMachHeader() function 9779 static void PrintMachHeader(const MachOObjectFile *Obj, bool verbose) { in PrintMachHeader() function 9783 PrintMachHeader(H_64.magic, H_64.cputype, H_64.cpusubtype, H_64.filetype, in PrintMachHeader() 9788 PrintMachHeader(H.magic, H.cputype, H.cpusubtype, H.filetype, H.ncmds, in PrintMachHeader() 9795 PrintMachHeader(file, !NonVerbose); in printMachOFileHeader()
|