Searched refs:ar_mode (Results 1 - 14 of 14) sorted by path

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c1445 _bfd_ar_spacepad (hdr->ar_mode, sizeof (hdr->ar_mode), "%-8lo",
1527 foo (ar_mode, st_mode, 8);
2150 _bfd_ar_spacepad (hdr.ar_mode, sizeof (hdr.ar_mode), "%-7lo", 0);
H A Darchive64.c180 _bfd_ar_spacepad (hdr.ar_mode, sizeof (hdr.ar_mode), "%-7lo", 0);
H A Decoff.c3068 hdr.ar_mode[0] = '6';
3069 hdr.ar_mode[1] = '4';
3070 hdr.ar_mode[2] = '4';
H A Dsom.c6173 sprintf (hdr.ar_mode, "%-8o", (unsigned int) statbuf.st_mode);
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dar.h47 char ar_mode[8]; /* file mode, printed as octal */ member in struct:ar_hdr
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Darchive.c1390 sprintf ((hdr->ar_mode), "%-8o", (unsigned int) status.st_mode);
1480 foo (ar_mode, st_mode, 8);
2113 sprintf ((hdr.ar_mode), "%-7o", (unsigned) 0);
H A Darchive64.c179 sprintf ((hdr.ar_mode), "%-7o", (unsigned) 0);
H A Decoff.c3208 hdr.ar_mode[0] = '0';
3211 hdr.ar_mode[0] = '6';
3212 hdr.ar_mode[1] = '4';
3213 hdr.ar_mode[2] = '4';
H A Dsom.c6256 sprintf (hdr.ar_mode, "%-8o", (unsigned int) statbuf.st_mode);
/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dar.h47 char ar_mode[8]; /* file mode, printed as octal */ member in struct:ar_hdr
/openbsd-current/include/
H A Dar.h60 char ar_mode[8]; /* octal file permissions */ member in struct:ar_hdr
/openbsd-current/lib/libelf/
H A Dlibelf.h244 mode_t ar_mode; member in struct:__anon1189
H A Dlibelf_ar.c162 if (_libelf_ar_get_number(arh->ar_mode, sizeof(arh->ar_mode), 8,
165 eh->ar_mode = (mode_t) n;
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp21 char ar_mode[8]; member in struct:ar_hdr

Completed in 386 milliseconds