Home
last modified time | relevance | path

Searched refs:sh_flags (Results 1 – 23 of 23) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/elf/
Dexternal.h103 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member
116 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member
Dinternal.h81 bfd_vma sh_flags; /* Miscellaneous section attributes */ member
/mirbsd/src/usr.bin/file/
Dreadelf.h174 Elf32_Word sh_flags; member
187 Elf64_Off sh_flags; member
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dsh64elf.em104 if (elf_section_data (isec)->this_hdr.sh_flags
162 = (elf_section_data (isec)->this_hdr.sh_flags
189 = (elf_section_data (isec)->this_hdr.sh_flags
293 = (elf_section_data (isec)->this_hdr.sh_flags
320 = (elf_section_data (isec)->this_hdr.sh_flags
371 && ((elf_section_data (isec)->this_hdr.sh_flags
445 && ((elf_section_data (isec)->this_hdr.sh_flags
452 = (elf_section_data (isec)->this_hdr.sh_flags
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-sh64-com.c204 if ((elf_section_data (sec)->this_hdr.sh_flags in sh64_get_contents_type()
215 if ((elf_section_data (sec)->this_hdr.sh_flags in sh64_get_contents_type()
Delfcode.h298 dst->sh_flags = H_GET_WORD (abfd, src->sh_flags); in elf_swap_shdr_in()
324 H_PUT_WORD (abfd, src->sh_flags, dst->sh_flags); in elf_swap_shdr_out()
722 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK) in elf_object_p()
733 && (i_shdrp[shindex].sh_flags & SHF_ALLOC) != 0 in elf_object_p()
1455 (long) hdr->sh_flags); in elf_debug_section()
Delf.c713 elf_section_flags (newsect) = hdr->sh_flags; in _bfd_elf_make_section_from_shdr()
728 if ((hdr->sh_flags & SHF_ALLOC) != 0) in _bfd_elf_make_section_from_shdr()
734 if ((hdr->sh_flags & SHF_WRITE) == 0) in _bfd_elf_make_section_from_shdr()
736 if ((hdr->sh_flags & SHF_EXECINSTR) != 0) in _bfd_elf_make_section_from_shdr()
740 if ((hdr->sh_flags & SHF_MERGE) != 0) in _bfd_elf_make_section_from_shdr()
744 if ((hdr->sh_flags & SHF_STRINGS) != 0) in _bfd_elf_make_section_from_shdr()
747 if (hdr->sh_flags & SHF_GROUP) in _bfd_elf_make_section_from_shdr()
750 if ((hdr->sh_flags & SHF_TLS) != 0) in _bfd_elf_make_section_from_shdr()
1829 if ((hdr->sh_flags & SHF_ALLOC) != 0 in bfd_section_from_shdr()
2579 rel_hdr->sh_flags = 0; in _bfd_elf_init_reloc_shdr()
[all …]
Delf32-sh64.c138 elf_section_hdr->sh_flags in sh64_elf_fake_sections()
328 = (elf_section_data (isec)->this_hdr.sh_flags in sh64_bfd_elf_copy_private_section_data()
Delf32-i370.c362 if (hdr->sh_flags & SHF_EXCLUDE) in i370_elf_section_from_shdr()
383 shdr->sh_flags |= SHF_EXCLUDE; in i370_elf_fake_sections()
Delfxx-mips.c3596 mips_elf_section_data (s)->elf.this_hdr.sh_flags in mips_elf_create_got_section()
4595 elf_section_data (input_section->output_section)->this_hdr.sh_flags in mips_elf_create_dynamic_relocation()
5039 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL; in _bfd_mips_elf_section_processing()
5044 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL; in _bfd_mips_elf_section_processing()
5049 hdr->sh_flags |= SHF_ALLOC | SHF_MIPS_GPREL; in _bfd_mips_elf_section_processing()
5054 hdr->sh_flags = 0; in _bfd_mips_elf_section_processing()
5320 hdr->sh_flags |= SHF_MIPS_GPREL; in _bfd_mips_elf_fake_sections()
5324 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
5329 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
5336 hdr->sh_flags |= SHF_MIPS_NOSTRIP; in _bfd_mips_elf_fake_sections()
[all …]
Delfxx-ia64.c1463 if (hdr->sh_flags & SHF_IA_64_SHORT)
1487 hdr->sh_flags |= SHF_LINK_ORDER;
1513 hdr->sh_flags |= SHF_IA_64_SHORT;
1720 bfd_vma flags = elf_section_data(is)->this_hdr.sh_flags;
4053 flags = elf_section_data(input_section)->this_hdr.sh_flags;
4057 ->this_hdr.sh_flags |= flags;
Delf64-sh64.c2222 elf_section_hdr->sh_flags |= SHF_SH5_ISA32; in sh64_elf64_fake_sections()
2284 if ((elf_section_data (isec)->this_hdr.sh_flags in sh_elf64_copy_private_data_internal()
2286 o_shdrp[oIndex]->sh_flags |= SHF_SH5_ISA32; in sh_elf64_copy_private_data_internal()
Delf-bfd.h1122 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
Delf64-alpha.c1129 if (hdr->sh_flags & SHF_ALPHA_GPREL) in elf64_alpha_section_flags()
1160 hdr->sh_flags |= SHF_ALPHA_GPREL; in elf64_alpha_fake_sections()
Delf32-ppc.c1842 if (hdr->sh_flags & SHF_EXCLUDE) in ppc_elf_section_from_shdr()
1860 shdr->sh_flags |= SHF_EXCLUDE; in ppc_elf_fake_sections()
Delflink.c7695 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER) in elf_fixup_link_order()
8397 symstrtab_hdr->sh_flags = 0; in bfd_elf_final_link()
8584 && (hdr->sh_flags & SHF_ALLOC) != 0) in bfd_elf_final_link()
Delf32-arm.c6491 hdr->sh_flags |= SHF_LINK_ORDER; in elf32_arm_fake_sections()
Delf32-sh.c2126 if (elf_section_data (sec)->this_hdr.sh_flags in sh_elf_relax_section()
/mirbsd/src/sys/sys/
Dexec_elf.h208 Elf32_Word sh_flags; /* flags */ member
221 Elf64_Xword sh_flags; /* section flags */ member
/mirbsd/src/usr.bin/elf2aout/
Delf2aout.c185 sh[i].sh_flags = ftoh32(sh[i].sh_flags); in main()
/mirbsd/src/bin/mksh/
Dsh_flags.opt2 __RCSID("$MirOS: src/bin/mksh/sh_flags.opt,v 1.2 2014/06/09 12:28:19 tg Exp $");
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c3497 && (section->sh_flags & SHF_ALLOC in process_program_headers()
3506 && (!((section->sh_flags & SHF_TLS) != 0 in process_program_headers()
3577 internal->sh_flags = BYTE_GET (shdrs[i].sh_flags); in get_32bit_section_headers()
3618 internal->sh_flags = BYTE_GET (shdrs[i].sh_flags); in get_64bit_section_headers()
3760 get_elf_section_flags (bfd_vma sh_flags) in get_elf_section_flags() argument
3765 while (sh_flags) in get_elf_section_flags()
3769 flag = sh_flags & - sh_flags; in get_elf_section_flags()
3770 sh_flags &= ~ flag; in get_elf_section_flags()
3789 sh_flags &= ~ SHF_MASKOS; in get_elf_section_flags()
3794 sh_flags &= ~ SHF_MASKPROC; in get_elf_section_flags()
[all …]
/mirbsd/src/sbin/modload/
Delf.c115 if ((shdr.sh_flags & SHF_ALLOC) == 0 && in read_sections()