Searched defs:GID (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
H A D | Archive.h | 96 char GID[6]; member 126 char GID[12]; member
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() 212 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() 221 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() 237 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader()
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | archive2yaml.cpp | 94 char GID[6]; member
|
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/ |
H A D | Constant.pm | 53 use constant GID => (split ' ', $) )[0]; constant
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVObject.cpp | 25 uint64_t LVObject::GID = 0; member in LVObject
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 166 uid_t UID, gid_t GID, off_t Size) in basic_file_status() 249 uid_t UID, gid_t GID, off_t Size) in file_status()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 188 static uint64_t GID; variable
|