Home
last modified time | relevance | path

Searched refs:Filetype (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp227 uint32_t Filetype, Flags; in darwinPrintSymbol() local
238 Filetype = H_64.filetype; in darwinPrintSymbol()
248 Filetype = H.filetype; in darwinPrintSymbol()
357 if (Filetype == MachO::MH_OBJECT && in darwinPrintSymbol()
361 if (Filetype == MachO::MH_OBJECT && in darwinPrintSymbol()
366 if (Filetype == MachO::MH_OBJECT && in darwinPrintSymbol()
/NextBSD/sys/dev/dpt/
HDdpt.h827 u_int8_t Filetype; /* type of file */ member