Searched refs:filetype (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h37 // Constants for the "filetype" field in llvm::MachO::mach_header and
505 uint32_t filetype; member in struct:llvm::MachO::mach_header
515 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
1028 sys::swapByteOrder(mh.filetype);
1038 sys::swapByteOrder(H.filetype);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp24 O.Header.FileType = MachOObj.getHeader().filetype;
H A DMachOWriter.cpp134 Header.filetype = O.Header.FileType;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c1270 if (finfo->filetype == APR_DIR || finfo->filetype == APR_REG)
1448 if (err || finfo.filetype == APR_REG)
1453 else if (finfo.filetype == APR_DIR)
H A Dgpg_agent.c309 if (!err && finfo.filetype == APR_SOCK)
H A Dsysinfo.c1503 if (header->filetype == MH_EXECUTE)
H A Dsubst.c1452 switch (finfo.filetype) {
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp164 if (read32(&mh->filetype, isBig) != MH_OBJECT)
254 f->fileType = HeaderFileType(smh->filetype);
H A DMachONormalizedFileBinaryWriter.cpp596 mh->filetype = _file.fileType;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp76 Header.filetype = Obj.Header.filetype;
H A DMachOYAML.cpp88 IO.mapRequired("filetype", FileHdr.filetype);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c143 mode_t filetype; member in struct:restore_time
1037 t->restore_time.filetype = archive_entry_filetype(entry);
2046 if (AE_IFLNK != rt->filetype && utimes(rt->name, times) != 0)
2116 te->restore_time.filetype = rt->filetype;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1967 if (MachOOF->getHeader().filetype == MachO::MH_KEXT_BUNDLE &&
2620 if (info->O->getHeader().filetype != MachO::MH_OBJECT) {
2703 if (info->O->getHeader().filetype != MachO::MH_OBJECT) {
2798 if (info->O->getHeader().filetype != MachO::MH_OBJECT) {
2935 if (info->O->getHeader().filetype != MachO::MH_OBJECT) {
6883 if (info->O->getHeader().filetype == MachO::MH_OBJECT) {
7316 if (Header.filetype == MachO::MH_OBJECT)
7513 // start of the section in a standard MH_EXECUTE filetype.
8231 uint32_t cpusubtype, uint32_t filetype,
8235 outs() << " magic cputype cpusubtype caps filetype ncmd
8230 PrintMachHeader(uint32_t magic, uint32_t cputype, uint32_t cpusubtype, uint32_t filetype, uint32_t ncmds, uint32_t sizeofcmds, uint32_t flags, bool verbose) argument
8625 PrintSection(const char *sectname, const char *segname, uint64_t addr, uint64_t size, uint32_t offset, uint32_t align, uint32_t reloff, uint32_t nreloc, uint32_t flags, uint32_t reserved1, uint32_t reserved2, uint32_t cmd, const char *sg_segname, uint32_t filetype, uint32_t object_size, bool verbose) argument
10055 PrintLoadCommands(const MachOObjectFile *Obj, uint32_t filetype, uint32_t cputype, bool verbose) argument
10212 uint32_t filetype = 0; local
[all...]
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_alloc.c3153 int filetype, error; local
3185 filetype = IFREG;
3257 filetype = IFDIR;
3266 filetype == IFDIR ? "directory" : "file",
3271 filetype == IFDIR ? "directory" : "file",
3278 cmd.value, filetype, NULL)))
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp394 Filetype = H_64.filetype;
412 Filetype = H.filetype;
1028 if (Obj.is64Bit() && Obj.getHeader64().filetype == MachO::MH_KEXT_BUNDLE &&
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c647 if (finfo->filetype == APR_REG
1780 if (finfo->filetype == APR_REG
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp450 W.printEnum("FileType", Header.filetype, makeArrayRef(MachOHeaderFileTypes));
/freebsd-12-stable/contrib/subversion/
H A Dconfigure1693 --with-libmagic=PREFIX libmagic filetype detection library

Completed in 206 milliseconds

12