| /src/external/gpl3/binutils/dist/include/elf/ |
| 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 \
|
| 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
|
| /src/external/gpl3/binutils.old/dist/include/elf/ |
| 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 \
|
| 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
|
| /src/external/gpl3/gdb.old/dist/include/elf/ |
| 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 \
|
| 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
|
| /src/external/gpl3/gdb/dist/include/elf/ |
| 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 \
|
| 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
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| gelf_shdr.c | 83 d->sh_flags = (Elf64_Xword) sh32->sh_flags; 130 LIBELF_COPY_U32(sh32, s, sh_flags);
|
| libelf_checksum.c | 89 if ((shdr.sh_flags & SHF_ALLOC) == 0 ||
|
| /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/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/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/cddl/osnet/dist/lib/libctf/common/ |
| ctf_lib.c | 171 dst->sh_flags = src->sh_flags; 408 ctfsect.cts_flags = shp->sh_flags; 416 symsect.cts_flags = shp->sh_flags; 423 strsect.cts_flags = lhp->sh_flags;
|
| /src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| elf2bb.c | 172 be32toh(sh[i].sh_type), be32toh(sh[i].sh_flags), 182 if (be32toh(sh[i].sh_flags) & SHF_ALLOC) { 184 if (be32toh(sh[i].sh_flags) & SHF_WRITE) 256 if (be32toh(sh[i].sh_flags) & SHF_ALLOC) {
|
| /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/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...] |
| /src/sys/arch/amd64/stand/prekern/ |
| elf.c | 66 if (!(shdr->sh_flags & SHF_ALLOC)) { 351 if (shdr->sh_flags & SHF_EXECINSTR) { 353 } else if (shdr->sh_flags & SHF_WRITE) {
|
| /src/libexec/ld.elf_so/arch/powerpc/ |
| fixup.c | 149 if ((shdr[i].sh_flags & SHF_EXECINSTR) == 0) {
|
| /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);
|