Searched defs:Filetype (Results 1 – 11 of 11) sorted by relevance
55 func fileListenNet(filetype syscall.Filetype) (string, error) {66 func fileConnNet(filetype syscall.Filetype) (string, error) {
28 Filetype uint32 member
212 uint32_t Filetype = MachO->getHeader().filetype; in printDarwinSectionSizes() local
18 type Filetype = uint8 talias
617 Filetype uint8 member
298 uint32_t Filetype = MachO::MH_OBJECT; in darwinPrintSymbol() local
145 pub(crate) fn bits(&self) -> wasi::Filetype { in bits()