Searched refs:ar_gid (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/ |
H A D | ar.h | 46 char ar_gid[6]; /* owner gid; printed as decimal */ member
|
/openbsd/gnu/usr.bin/binutils/include/aout/ |
H A D | ar.h | 46 char ar_gid[6]; /* owner gid; printed as decimal */ member
|
/openbsd/include/ |
H A D | ar.h | 59 char ar_gid[6]; /* group id */ member
|
/openbsd/lib/libelf/ |
H A D | libelf_ar.c | 157 if (_libelf_ar_get_number(arh->ar_gid, sizeof(arh->ar_gid), 10, in _libelf_ar_gethdr() 160 eh->ar_gid = (gid_t) n; in _libelf_ar_gethdr()
|
H A D | libelf.h | 243 gid_t ar_gid; member
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | archive64.c | 179 _bfd_ar_spacepad (hdr.ar_gid, sizeof (hdr.ar_gid), "%ld", 0); in bfd_elf64_archive_write_armap()
|
H A D | archive.c | 1432 hpux_uid_gid_encode (hdr->ar_gid, (long) status.st_gid); in bfd_ar_hdr_from_filesystem() 1435 _bfd_ar_spacepad (hdr->ar_gid, sizeof (hdr->ar_gid), "%ld", in bfd_ar_hdr_from_filesystem() 1518 foo2 (ar_gid, st_gid, 10); in bfd_generic_stat_arch_elt() 1983 _bfd_ar_spacepad (hdr.ar_gid, sizeof (hdr.ar_gid), "%ld", gid); in bsd_write_armap() 2138 _bfd_ar_spacepad (hdr.ar_gid, sizeof (hdr.ar_gid), "%ld", 0); in coff_write_armap()
|
H A D | ecoff.c | 3058 hdr.ar_gid[0] = '0'; in _bfd_ecoff_write_armap()
|
H A D | som.c | 6171 sprintf (hdr.ar_gid, "%ld", (long) getgid ()); in som_write_armap()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | archive64.c | 178 sprintf ((hdr.ar_gid), "%d", 0); in bfd_elf64_archive_write_armap()
|
H A D | archive.c | 1372 hpux_uid_gid_encode (hdr->ar_gid, (long) status.st_uid); in bfd_ar_hdr_from_filesystem() 1383 sprintf ((hdr->ar_gid), "%ld", (long) status.st_gid); in bfd_ar_hdr_from_filesystem() 1473 foo2 (ar_gid, st_gid, 10); in bfd_generic_stat_arch_elt() 1942 sprintf (hdr.ar_gid, "%ld", (long) getgid ()); in bsd_write_armap() 2103 sprintf ((hdr.ar_gid), "%d", 0); in coff_write_armap()
|
H A D | ecoff.c | 3197 hdr.ar_gid[0] = '0';
|
H A D | som.c | 6254 sprintf (hdr.ar_gid, "%ld", (long) getgid ());
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.cpp | 20 char ar_uid[6], ar_gid[6]; member
|