| /openbsd-src/sys/dev/wscons/ |
| H A D | wsdisplay_compat_usl.c | 56 int s_flags; member 110 sd->s_flags = 0; in usl_sync_init() 128 if (sd->s_flags & SF_DETACHPENDING) { in usl_sync_done() 132 if (sd->s_flags & SF_ATTACHPENDING) { in usl_sync_done() 180 sd->s_flags |= SF_DETACHPENDING; in usl_detachproc() 190 if (!(sd->s_flags & SF_DETACHPENDING)) { in usl_detachack() 196 sd->s_flags &= ~SF_DETACHPENDING; in usl_detachack() 211 if (!(sd->s_flags & SF_DETACHPENDING)) { in usl_detachtimeout() 216 sd->s_flags &= ~SF_DETACHPENDING; in usl_detachtimeout() 239 sd->s_flags |= SF_ATTACHPENDING; in usl_attachproc() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/ |
| H A D | ti.h | 89 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) 172 char s_flags[2]; /* flags */ member 188 char s_flags[4]; /* flags */ member 265 PUT_SCNHDR_FLAGS (ABFD, ((struct internal_scnhdr *)(INT))->s_flags, \ 266 ((SCNHDR *)(EXT))->s_flags); \
|
| H A D | tic80.h | 61 char s_flags[2]; /* flags */ member
|
| H A D | or32.h | 90 char s_flags[4]; /* flags */ member
|
| H A D | i960.h | 113 char s_flags[4]; /* flags */ member
|
| H A D | m88k.h | 49 char s_flags[4]; /* flags */ member
|
| H A D | external.h | 87 char s_flags[4]; /* flags */ member
|
| H A D | rs6k64.h | 87 char s_flags[4]; /* flags */ member
|
| /openbsd-src/gnu/usr.bin/binutils/include/coff/ |
| H A D | ti.h | 89 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) 172 char s_flags[2]; /* flags */ member 188 char s_flags[4]; /* flags */ member 265 PUT_SCNHDR_FLAGS (ABFD, ((struct internal_scnhdr *)(INT))->s_flags, \ 266 ((SCNHDR *)(EXT))->s_flags); \
|
| H A D | tic80.h | 61 char s_flags[2]; /* flags */ member
|
| H A D | or32.h | 90 char s_flags[4]; /* flags */ member
|
| H A D | i960.h | 113 char s_flags[4]; /* flags */ member
|
| H A D | external.h | 87 char s_flags[4]; /* flags */ member
|
| H A D | m88k.h | 49 char s_flags[4]; /* flags */ member
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | aout-encap.c | 177 tp->s_flags = 0x20; 187 dp->s_flags = 0x40; 197 bp->s_flags = 0x80;
|
| H A D | ecoff.c | 391 long styp_flags = internal_s->s_flags; 2582 section.s_flags = ecoff_sec_to_styp_flags (current->name, 2589 if ((section.s_flags & STYP_TEXT) != 0 2590 || ((section.s_flags & STYP_RDATA) != 0 2592 || section.s_flags == STYP_PDATA 2593 || (section.s_flags & STYP_DYNAMIC) != 0 2594 || (section.s_flags & STYP_LIBLIST) != 0 2595 || (section.s_flags & STYP_RELDYN) != 0 2596 || section.s_flags == STYP_CONFLIC 2597 || (section.s_flags & STYP_DYNSTR) != 0 [all …]
|
| H A D | coffcode.h | 598 long styp_flags = internal_s->s_flags; 1007 long styp_flags = internal_s->s_flags; 1619 i = (hdr->s_flags >> 8) & 0xF ; 1622 i = COFF_DECODE_ALIGNMENT(hdr->s_flags); 1658 ALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_64BYTES, 6) 1659 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_32BYTES, 5) 1660 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_16BYTES, 4) 1661 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_8BYTES, 3) 1662 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_4BYTES, 2) 1663 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_2BYTES, 1) [all …]
|
| /openbsd-src/usr.sbin/ldapd/ |
| H A D | conn.c | 228 else if (conn->s_flags & F_STARTTLS) { in conn_write() 229 conn->s_flags &= ~F_STARTTLS; in conn_write() 323 conn->s_flags |= F_SECURE; in conn_accept() 386 conn->s_flags |= F_SECURE; in conn_tls_init()
|
| /openbsd-src/lib/libelf/ |
| H A D | elf_flag.c | 186 r = s->s_flags |= flags; in elf_flagscn() 188 r = s->s_flags &= ~flags; in elf_flagscn()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ecoff.c | 359 long styp_flags = internal_s->s_flags; in _bfd_ecoff_styp_to_sec_flags() 2440 section.s_flags = ecoff_sec_to_styp_flags (current->name, in _bfd_ecoff_write_object_contents() 2447 if ((section.s_flags & STYP_TEXT) != 0 in _bfd_ecoff_write_object_contents() 2448 || ((section.s_flags & STYP_RDATA) != 0 in _bfd_ecoff_write_object_contents() 2450 || section.s_flags == STYP_PDATA in _bfd_ecoff_write_object_contents() 2451 || (section.s_flags & STYP_DYNAMIC) != 0 in _bfd_ecoff_write_object_contents() 2452 || (section.s_flags & STYP_LIBLIST) != 0 in _bfd_ecoff_write_object_contents() 2453 || (section.s_flags & STYP_RELDYN) != 0 in _bfd_ecoff_write_object_contents() 2454 || section.s_flags == STYP_CONFLIC in _bfd_ecoff_write_object_contents() 2455 || (section.s_flags & STYP_DYNSTR) != 0 in _bfd_ecoff_write_object_contents() [all …]
|
| H A D | coffcode.h | 597 long styp_flags = internal_s->s_flags; in styp_to_sec_flags() 1007 long styp_flags = internal_s->s_flags; in styp_to_sec_flags() 1611 i = (hdr->s_flags >> 8) & 0xF ; in coff_set_alignment_hook() 1614 i = COFF_DECODE_ALIGNMENT(hdr->s_flags); in coff_set_alignment_hook() 1647 ALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_64BYTES, 6) in coff_set_alignment_hook() 1648 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_32BYTES, 5) in coff_set_alignment_hook() 1649 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_16BYTES, 4) in coff_set_alignment_hook() 1650 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_8BYTES, 3) in coff_set_alignment_hook() 1651 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_4BYTES, 2) in coff_set_alignment_hook() 1652 ELIFALIGN_SET (hdr->s_flags, IMAGE_SCN_ALIGN_2BYTES, 1) in coff_set_alignment_hook() [all …]
|
| /openbsd-src/bin/ls/ |
| H A D | ls.h | 61 int s_flags; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/ |
| H A D | encap.h | 73 long s_flags; member
|
| /openbsd-src/gnu/usr.bin/binutils/include/aout/ |
| H A D | encap.h | 73 long s_flags; member
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | obj-coff.c | 2132 s->s_flags |= STYP_TEXT; 2134 s->s_flags |= STYP_DATA; 2138 s->s_flags |= STYP_BSS; 2148 s->s_flags |= STYP_NOLOAD; 2155 s->s_flags = STYP_LIT | STYP_TEXT; 2157 s->s_flags |= STYP_TEXT; 2159 s->s_flags |= STYP_TEXT; 2161 s->s_flags |= STYP_INFO; 2889 seg_info (now_seg)->scnhdr.s_flags |= IMAGE_SCN_LNK_COMDAT; 3540 segment_info[i].scnhdr.s_flags |= (section_alignment[i] & 0xF) << 8; in write_object_file() [all …]
|