Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp334 uint32_t Filetype = MachO::MH_OBJECT; in darwinPrintSymbol() local
368 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()
/freebsd-12.1/sys/dev/dpt/
H A Ddpt.h812 u_int8_t Filetype; /* type of file */ member