Home
last modified time | relevance | path

Searched refs:ar_mode (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dar.h47 char ar_mode[8]; /* file mode, printed as octal */ member
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dar.h47 char ar_mode[8]; /* file mode, printed as octal */ member
/openbsd/include/
H A Dar.h60 char ar_mode[8]; /* octal file permissions */ member
/openbsd/lib/libelf/
H A Dlibelf_ar.c162 if (_libelf_ar_get_number(arh->ar_mode, sizeof(arh->ar_mode), 8, in _libelf_ar_gethdr()
165 eh->ar_mode = (mode_t) n; in _libelf_ar_gethdr()
H A Dlibelf.h244 mode_t ar_mode; member
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive64.c180 _bfd_ar_spacepad (hdr.ar_mode, sizeof (hdr.ar_mode), "%-7lo", 0); in bfd_elf64_archive_write_armap()
H A Darchive.c1437 _bfd_ar_spacepad (hdr->ar_mode, sizeof (hdr->ar_mode), "%-8lo", in bfd_ar_hdr_from_filesystem()
1519 foo (ar_mode, st_mode, 8); in bfd_generic_stat_arch_elt()
2139 _bfd_ar_spacepad (hdr.ar_mode, sizeof (hdr.ar_mode), "%-7lo", 0); in coff_write_armap()
H A Decoff.c3060 hdr.ar_mode[0] = '6'; in _bfd_ecoff_write_armap()
3061 hdr.ar_mode[1] = '4'; in _bfd_ecoff_write_armap()
3062 hdr.ar_mode[2] = '4'; in _bfd_ecoff_write_armap()
H A Dsom.c6172 sprintf (hdr.ar_mode, "%-8o", (unsigned int) statbuf.st_mode); in som_write_armap()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Darchive64.c179 sprintf ((hdr.ar_mode), "%-7o", (unsigned) 0); in bfd_elf64_archive_write_armap()
H A Darchive.c1384 sprintf ((hdr->ar_mode), "%-8o", (unsigned int) status.st_mode); in bfd_ar_hdr_from_filesystem()
1474 foo (ar_mode, st_mode, 8); in bfd_generic_stat_arch_elt()
2104 sprintf ((hdr.ar_mode), "%-7o", (unsigned) 0); in coff_write_armap()
H A Decoff.c3199 hdr.ar_mode[0] = '0';
3202 hdr.ar_mode[0] = '6';
3203 hdr.ar_mode[1] = '4';
3204 hdr.ar_mode[2] = '4';
H A Dsom.c6255 sprintf (hdr.ar_mode, "%-8o", (unsigned int) statbuf.st_mode);
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp21 char ar_mode[8]; member