HomeSort by: relevance | last modified time | path
    Searched defs:sh_flags (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/
drm_irq.c 124 unsigned long sh_flags = 0; local
149 sh_flags = IRQF_SHARED;
152 ret = (*dev->driver->request_irq)(dev, sh_flags);
155 sh_flags, dev->driver->name, dev);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 154 Elf_Word sh_flags; // Section flags (SHF_*) member in struct:llvm::object::Elf_Shdr_Base
169 Elf_Xword sh_flags; // Section flags (SHF_*) member in struct:llvm::object::Elf_Shdr_Base
  /src/sys/kern/
kern_softint.c 210 u_int sh_flags; member in struct:softhand
341 &sc->sc_int[sh->sh_flags & SOFTINT_LVLMASK];
398 sh->sh_flags = flags;
406 sh->sh_flags = flags;
506 if ((sh->sh_flags & SOFTINT_PENDING) != 0) {
515 if ((sh->sh_flags & SOFTINT_PENDING) == 0) {
517 sh->sh_flags |= SOFTINT_PENDING;
546 KASSERT((sh->sh_flags & SOFTINT_RCPU) != 0);
589 KASSERT((sh->sh_flags & SOFTINT_PENDING) != 0);
590 sh->sh_flags ^= SOFTINT_PENDING
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.h 111 bfd_vma sh_flags; /* ELF section flags. */ member in struct:elf_section_match
obj-elf.c 468 bfd_vma sh_flags = (elf_section_data (sec)->this_hdr.sh_flags local
472 && sh_flags == match->sh_flags
1149 match.sh_flags = (elf_section_data (sec)->this_hdr.sh_flags
1516 match.sh_flags |= SHF_GNU_RETAIN;
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.h 110 bfd_vma sh_flags; /* ELF section flags. */ member in struct:elf_section_match
obj-elf.c 464 bfd_vma sh_flags = (elf_section_data (sec)->this_hdr.sh_flags local
468 && sh_flags == match->sh_flags
1136 match.sh_flags = (elf_section_data (sec)->this_hdr.sh_flags
1482 match.sh_flags |= SHF_GNU_RETAIN;
  /src/sys/dev/spi/
spi.c 118 int sh_flags; /* vv slave_state_lock vv */ member in struct:spi_handle
197 if (ISSET(sh->sh_flags, skip_flags)) {
203 SET(sh->sh_flags, claim_flags);
229 CLR(sh->sh_flags, SPIH_ATTACHED);
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 125 be_uint32_t sh_flags; member in struct:elf_m68k_shdr
140 (get_uint32(&(sh)->sh_flags) & \
  /src/external/bsd/elftosb/dist/common/
ELF.h 134 Elf32_Word sh_flags; //!< Section flags describing various attributes. member in struct:Elf32_Shdr
  /src/external/gpl3/binutils/dist/include/elf/
external.h 115 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon10464
128 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon10465
internal.h 105 bfd_vma sh_flags; /* Miscellaneous section attributes */ member in struct:elf_internal_shdr
310 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
326 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
332 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
336 && !(((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
357 || ((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
375 && (((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
  /src/external/gpl3/binutils.old/dist/include/elf/
external.h 115 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon11928
128 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon11929
internal.h 105 bfd_vma sh_flags; /* Miscellaneous section attributes */ member in struct:elf_internal_shdr
310 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
326 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
332 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
336 && !(((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
357 || ((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
375 && (((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
  /src/external/gpl3/gdb.old/dist/include/elf/
external.h 115 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon21316
128 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon21317
internal.h 105 bfd_vma sh_flags; /* Miscellaneous section attributes */ member in struct:elf_internal_shdr
310 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
326 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
332 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
336 && !(((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
357 || ((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
375 && (((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
  /src/external/gpl3/gdb/dist/include/elf/
external.h 115 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon904
128 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon905
internal.h 105 bfd_vma sh_flags; /* Miscellaneous section attributes */ member in struct:elf_internal_shdr
310 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
326 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
332 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
336 && !(((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
357 || ((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
375 && (((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
  /src/sys/arch/ia64/include/
mca_machdep.h 60 uint8_t sh_flags; member in struct:mca_section_header
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-elf.c 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon10837
182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon10838
203 /* Values for sh_flags field. */
847 unsigned int sh_type, unsigned int sh_flags,
872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags);
965 unsigned int sh_flags = 0; local
976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr,
978 sh_flags, Elf_Addr);
1027 sh_name, sh_type, sh_flags,
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-elf.c 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon12294
182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon12295
203 /* Values for sh_flags field. */
847 unsigned int sh_type, unsigned int sh_flags,
872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags);
965 unsigned int sh_flags = 0; local
976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr,
978 sh_flags, Elf_Addr);
1027 sh_name, sh_type, sh_flags,
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-elf.c 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon14504
182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon14505
203 /* Values for sh_flags field. */
847 unsigned int sh_type, unsigned int sh_flags,
872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags);
965 unsigned int sh_flags = 0; local
976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr,
978 sh_flags, Elf_Addr);
1027 sh_name, sh_type, sh_flags,
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-elf.c 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon16915
182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon16916
203 /* Values for sh_flags field. */
847 unsigned int sh_type, unsigned int sh_flags,
872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags);
965 unsigned int sh_flags = 0; local
976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr,
978 sh_flags, Elf_Addr);
1027 sh_name, sh_type, sh_flags,
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-elf.c 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon527
182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon528
203 /* Values for sh_flags field. */
847 unsigned int sh_type, unsigned int sh_flags,
872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags);
965 unsigned int sh_flags = 0; local
976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr,
978 sh_flags, Elf_Addr);
1027 sh_name, sh_type, sh_flags,
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-elf.c 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon1217
182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon1218
203 /* Values for sh_flags field. */
847 unsigned int sh_type, unsigned int sh_flags,
872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags);
965 unsigned int sh_flags = 0; local
976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr,
978 sh_flags, Elf_Addr);
1027 sh_name, sh_type, sh_flags,
    [all...]

Completed in 41 milliseconds

1 2