| /netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
| H A D | internal.h | 105 bfd_vma sh_flags; /* Miscellaneous section attributes */ member 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 \ 356 || ((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \ 374 && (((sec_hdr)->sh_flags & SHF_ALLOC) == 0 \
|
| H A D | external.h | 115 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member 128 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member
|
| /netbsd-src/external/gpl3/binutils/dist/include/elf/ |
| H A D | internal.h | 105 bfd_vma sh_flags; /* Miscellaneous section attributes */ member 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 \
|
| H A D | external.h | 115 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member 128 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member
|
| /netbsd-src/sys/kern/ |
| H A D | kern_softint.c | 210 u_int sh_flags; member 341 &sc->sc_int[sh->sh_flags & SOFTINT_LVLMASK]; in softint_init() 398 sh->sh_flags = flags; in softint_establish() 406 sh->sh_flags = flags; in softint_establish() 506 if ((sh->sh_flags & SOFTINT_PENDING) != 0) { in softint_schedule() 515 if ((sh->sh_flags & SOFTINT_PENDING) == 0) { in softint_schedule() 517 sh->sh_flags |= SOFTINT_PENDING; in softint_schedule() 546 KASSERT((sh->sh_flags & SOFTINT_RCPU) != 0); in softint_schedule_cpu() 589 KASSERT((sh->sh_flags & SOFTINT_PENDING) != 0); in softint_execute() 590 sh->sh_flags ^= SOFTINT_PENDING; in softint_execute() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_irq.c | 124 unsigned long sh_flags = 0; in drm_irq_install() local 149 sh_flags = IRQF_SHARED; in drm_irq_install() 152 ret = (*dev->driver->request_irq)(dev, sh_flags); in drm_irq_install() 155 sh_flags, dev->driver->name, dev); in drm_irq_install()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | acinclude.m4 | 313 sh_flags='"a"' 317 sh_flags='"a"' 321 sh_flags='#alloc' 329 .section .dtors,$sh_flags,$sh_type 332 .section .ctors,$sh_flags,$sh_type 335 .section .fini_array.65530,$sh_flags,$sh_type 338 .section .init_array.65530,$sh_flags,$sh_type 341 .section .dtors.64528,$sh_flags,$sh_type 344 .section .ctors.64528,$sh_flags,$sh_type 347 .section .fini_array.01005,$sh_flags,$sh_type [all …]
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | gelf_shdr.c | 82 d->sh_flags = (Elf64_Xword) sh32->sh_flags; in gelf_getshdr() 129 LIBELF_COPY_U32(sh32, s, sh_flags); in gelf_update_shdr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | acinclude.m4 | 313 sh_flags='"a"' 317 sh_flags='"a"' 321 sh_flags='#alloc' 329 .section .dtors,$sh_flags,$sh_type 332 .section .ctors,$sh_flags,$sh_type 335 .section .fini_array.65530,$sh_flags,$sh_type 338 .section .init_array.65530,$sh_flags,$sh_type 341 .section .dtors.64528,$sh_flags,$sh_type 344 .section .ctors.64528,$sh_flags,$sh_type 347 .section .fini_array.01005,$sh_flags,$sh_type [all …]
|
| /netbsd-src/sys/arch/x68k/stand/aout2hux/ |
| H A D | aout68k.h | 125 be_uint32_t sh_flags; member 140 (get_uint32(&(sh)->sh_flags) & \
|
| /netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
| H A D | ctf_lib.c | 171 dst->sh_flags = src->sh_flags; in shdr_to_gelf() 407 ctfsect.cts_flags = shp->sh_flags; in ctf_fdopen() 415 symsect.cts_flags = shp->sh_flags; in ctf_fdopen() 422 strsect.cts_flags = lhp->sh_flags; in ctf_fdopen()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | simple-object-elf.c | 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member 182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member 847 unsigned int sh_type, unsigned int sh_flags, in simple_object_elf_write_shdr() argument 872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags); in simple_object_elf_write_shdr() 965 unsigned int sh_flags = 0; in simple_object_elf_write_to_file() local 976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, in simple_object_elf_write_to_file() 978 sh_flags, Elf_Addr); in simple_object_elf_write_to_file() 1027 sh_name, sh_type, sh_flags, in simple_object_elf_write_to_file() 1554 shdr, sh_flags, Elf_Addr); in simple_object_elf_copy_lto_debug_sections() 1580 shdr, sh_flags, Elf_Addr, flags); in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | simple-object-elf.c | 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member 182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member 847 unsigned int sh_type, unsigned int sh_flags, in simple_object_elf_write_shdr() argument 872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags); in simple_object_elf_write_shdr() 965 unsigned int sh_flags = 0; in simple_object_elf_write_to_file() local 976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, in simple_object_elf_write_to_file() 978 sh_flags, Elf_Addr); in simple_object_elf_write_to_file() 1027 sh_name, sh_type, sh_flags, in simple_object_elf_write_to_file() 1554 shdr, sh_flags, Elf_Addr); in simple_object_elf_copy_lto_debug_sections() 1580 shdr, sh_flags, Elf_Addr, flags); in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | simple-object-elf.c | 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member 182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member 847 unsigned int sh_type, unsigned int sh_flags, in simple_object_elf_write_shdr() argument 872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags); in simple_object_elf_write_shdr() 965 unsigned int sh_flags = 0; in simple_object_elf_write_to_file() local 976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, in simple_object_elf_write_to_file() 978 sh_flags, Elf_Addr); in simple_object_elf_write_to_file() 1027 sh_name, sh_type, sh_flags, in simple_object_elf_write_to_file() 1554 shdr, sh_flags, Elf_Addr); in simple_object_elf_copy_lto_debug_sections() 1580 shdr, sh_flags, Elf_Addr, flags); in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | simple-object-elf.c | 167 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member 182 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member 847 unsigned int sh_type, unsigned int sh_flags, in simple_object_elf_write_shdr() argument 872 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_flags, Elf_Addr, sh_flags); in simple_object_elf_write_shdr() 965 unsigned int sh_flags = 0; in simple_object_elf_write_to_file() local 976 sh_flags = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, in simple_object_elf_write_to_file() 978 sh_flags, Elf_Addr); in simple_object_elf_write_to_file() 1027 sh_name, sh_type, sh_flags, in simple_object_elf_write_to_file() 1554 shdr, sh_flags, Elf_Addr); in simple_object_elf_copy_lto_debug_sections() 1580 shdr, sh_flags, Elf_Addr, flags); in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd-src/sys/dev/spi/ |
| H A D | spi.c | 107 int sh_flags; member 160 if (ISSET(sa.sa_handle->sh_flags, SPIH_ATTACHED)) in spi_search() 164 SET(sa.sa_handle->sh_flags, SPIH_ATTACHED); in spi_search() 246 if (ISSET(sa.sa_handle->sh_flags, SPIH_ATTACHED)) in spi_direct_attach_child_devices() 248 SET(sa.sa_handle->sh_flags, SPIH_ATTACHED); in spi_direct_attach_child_devices()
|
| /netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| H A D | elf2bb.c | 172 be32toh(sh[i].sh_type), be32toh(sh[i].sh_flags), in main() 182 if (be32toh(sh[i].sh_flags) & SHF_ALLOC) { in main() 184 if (be32toh(sh[i].sh_flags) & SHF_WRITE) in main() 256 if (be32toh(sh[i].sh_flags) & SHF_ALLOC) { in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 520 return getSection(Sec)->sh_flags; in getSectionFlags() 859 return getSection(Sec)->sh_flags & ELF::SHF_COMPRESSED; in isSectionCompressed() 864 return getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR; in isSectionText() 871 EShdr->sh_flags & ELF::SHF_ALLOC && in isSectionData() 872 !(EShdr->sh_flags & ELF::SHF_EXECINSTR); in isSectionData() 878 return EShdr->sh_flags & (ELF::SHF_ALLOC | ELF::SHF_WRITE) && in isSectionBSS() 918 return getSection(Sec)->sh_flags & ELF::SHF_ALLOC && in isBerkeleyText() 919 (getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR || in isBerkeleyText() 920 !(getSection(Sec)->sh_flags & ELF::SHF_WRITE)); in isBerkeleyText() 927 EShdr->sh_flags & ELF::SHF_ALLOC; in isBerkeleyData()
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | loadfile_elf32.c | 196 I32(shdr->sh_flags); in internalize_shdr() 207 I64(shdr->sh_flags); in internalize_shdr() 227 E32(shdr->sh_flags); in externalize_shdr() 238 E64(shdr->sh_flags); in externalize_shdr() 402 if (!(shdr[i].sh_flags & SHF_ALLOC)) { in ELFNAMEEND()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf.c | 717 dest->shdr->sh_flags |= SHF_GROUP; in setup_group() 851 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_setup_sections() 1031 elf_section_flags (newsect) = hdr->sh_flags; in _bfd_elf_make_section_from_shdr() 1040 if ((hdr->sh_flags & SHF_ALLOC) != 0) in _bfd_elf_make_section_from_shdr() 1046 if ((hdr->sh_flags & SHF_WRITE) == 0) in _bfd_elf_make_section_from_shdr() 1048 if ((hdr->sh_flags & SHF_EXECINSTR) != 0) in _bfd_elf_make_section_from_shdr() 1052 if ((hdr->sh_flags & SHF_MERGE) != 0) in _bfd_elf_make_section_from_shdr() 1057 if ((hdr->sh_flags & SHF_STRINGS) != 0) in _bfd_elf_make_section_from_shdr() 1059 if (hdr->sh_flags & SHF_GROUP) in _bfd_elf_make_section_from_shdr() 1062 if ((hdr->sh_flags & SHF_TLS) != 0) in _bfd_elf_make_section_from_shdr() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf.c | 720 dest->shdr->sh_flags |= SHF_GROUP; in setup_group() 858 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_setup_sections() 1014 elf_section_flags (newsect) = hdr->sh_flags; in _bfd_elf_make_section_from_shdr() 1023 if ((hdr->sh_flags & SHF_ALLOC) != 0) in _bfd_elf_make_section_from_shdr() 1029 if ((hdr->sh_flags & SHF_WRITE) == 0) in _bfd_elf_make_section_from_shdr() 1031 if ((hdr->sh_flags & SHF_EXECINSTR) != 0) in _bfd_elf_make_section_from_shdr() 1035 if ((hdr->sh_flags & SHF_MERGE) != 0) in _bfd_elf_make_section_from_shdr() 1040 if ((hdr->sh_flags & SHF_STRINGS) != 0) in _bfd_elf_make_section_from_shdr() 1042 if (hdr->sh_flags & SHF_GROUP) in _bfd_elf_make_section_from_shdr() 1045 if ((hdr->sh_flags & SHF_TLS) != 0) in _bfd_elf_make_section_from_shdr() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | compressed_output.cc | 146 elfcpp::Elf_Xword sh_flags) in decompress_input_section() argument 148 if ((sh_flags & elfcpp::SHF_COMPRESSED) != 0) in decompress_input_section()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | compressed_output.cc | 169 elfcpp::Elf_Xword sh_flags) in decompress_input_section() argument 171 if ((sh_flags & elfcpp::SHF_COMPRESSED) != 0) in decompress_input_section()
|
| /netbsd-src/sys/arch/amd64/stand/prekern/ |
| H A D | elf.c | 66 if (!(shdr->sh_flags & SHF_ALLOC)) { in elf_section_mappable() 351 if (shdr->sh_flags & SHF_EXECINSTR) { in elf_map_sections() 353 } else if (shdr->sh_flags & SHF_WRITE) { in elf_map_sections()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | readelf.h | 211 Elf32_Word sh_flags; member 224 Elf64_Off sh_flags; member
|