Searched refs:Filetype (Results 1 – 2 of 2) sorted by relevance
334 uint32_t Filetype = MachO::MH_OBJECT; in darwinPrintSymbol() local368 Filetype = H_64.filetype; in darwinPrintSymbol()386 Filetype = H.filetype; in darwinPrintSymbol()544 if (Filetype == MachO::MH_OBJECT && in darwinPrintSymbol()548 if (Filetype == MachO::MH_OBJECT && in darwinPrintSymbol()553 if (Filetype == MachO::MH_OBJECT && in darwinPrintSymbol()
812 u_int8_t Filetype; /* type of file */ member