Searched refs:PrintMachHeader (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7392 static void PrintMachHeader(uint32_t magic, uint32_t cputype, in PrintMachHeader() function 9014 static void PrintMachHeader(const MachOObjectFile *Obj, bool verbose) { in PrintMachHeader() function 9018 PrintMachHeader(H_64.magic, H_64.cputype, H_64.cpusubtype, H_64.filetype, in PrintMachHeader() 9023 PrintMachHeader(H.magic, H.cputype, H.cpusubtype, H.filetype, H.ncmds, in PrintMachHeader() 9030 PrintMachHeader(file, !NonVerbose); in printMachOFileHeader()
|