Searched refs:sh_flags (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/elf/
H A Dexternal.h103 unsigned char sh_flags[4]; /* Miscellaneous section attributes */ member in struct:__anon4079
116 unsigned char sh_flags[8]; /* Miscellaneous section attributes */ member in struct:__anon4080
H A Dinternal.h81 bfd_vma sh_flags; /* Miscellaneous section attributes */ member in struct:elf_internal_shdr
/haiku-fatelf/src/tools/restest/
H A DElf.h77 Elf32_Word sh_flags; member in struct:__anon6123
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-sh64-com.c204 if ((elf_section_data (sec)->this_hdr.sh_flags
215 if ((elf_section_data (sec)->this_hdr.sh_flags
H A Delfcode.h299 dst->sh_flags = H_GET_WORD (abfd, src->sh_flags);
325 H_PUT_WORD (abfd, src->sh_flags, dst->sh_flags);
682 && (i_shdrp[shindex].sh_flags & SHF_ALLOC) != 0
1407 (long) hdr->sh_flags);
H A Delf32-sh64.c137 elf_section_hdr->sh_flags
326 = (elf_section_data (isec)->this_hdr.sh_flags
H A Delf.c713 elf_section_flags (newsect) = hdr->sh_flags;
728 if ((hdr->sh_flags & SHF_ALLOC) != 0)
734 if ((hdr->sh_flags & SHF_WRITE) == 0)
736 if ((hdr->sh_flags & SHF_EXECINSTR) != 0)
740 if ((hdr->sh_flags & SHF_MERGE) != 0)
744 if ((hdr->sh_flags & SHF_STRINGS) != 0)
747 if (hdr->sh_flags & SHF_GROUP)
750 if ((hdr->sh_flags & SHF_TLS) != 0)
1800 if ((hdr->sh_flags & SHF_ALLOC) != 0
2418 rel_hdr->sh_flags
[all...]
H A Delf32-i370.c405 if (hdr->sh_flags & SHF_EXCLUDE)
429 shdr->sh_flags |= SHF_EXCLUDE;
H A Delfxx-mips.c2950 mips_elf_section_data (s)->elf.this_hdr.sh_flags
3984 elf_section_data (input_section->output_section)->this_hdr.sh_flags
4355 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL;
4360 hdr->sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL;
4365 hdr->sh_flags |= SHF_ALLOC | SHF_MIPS_GPREL;
4370 hdr->sh_flags = 0;
4625 hdr->sh_flags |= SHF_MIPS_GPREL;
4629 hdr->sh_flags |= SHF_MIPS_NOSTRIP;
4634 hdr->sh_flags |= SHF_MIPS_NOSTRIP;
4641 hdr->sh_flags |
[all...]
H A Delfxx-ia64.c1307 if (hdr->sh_flags & SHF_IA_64_SHORT)
1331 hdr->sh_flags |= SHF_LINK_ORDER;
1357 hdr->sh_flags |= SHF_IA_64_SHORT;
1564 bfd_vma flags = elf_section_data(is)->this_hdr.sh_flags;
3879 flags = elf_section_data(input_section)->this_hdr.sh_flags;
3883 ->this_hdr.sh_flags |= flags;
H A Delf64-sh64.c2280 elf_section_hdr->sh_flags |= SHF_SH5_ISA32;
2342 if ((elf_section_data (isec)->this_hdr.sh_flags
2344 o_shdrp[oIndex]->sh_flags |= SHF_SH5_ISA32;
H A Delf-bfd.h1108 #define elf_section_flags(sec) (elf_section_data(sec)->this_hdr.sh_flags)
H A Delf32-ppc.c2356 if (hdr->sh_flags & SHF_EXCLUDE)
2375 shdr->sh_flags |= SHF_EXCLUDE;
H A Delf64-alpha.c2318 if (hdr->sh_flags & SHF_ALPHA_GPREL)
2352 hdr->sh_flags |= SHF_ALPHA_GPREL;
H A Delflink.c7362 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER)
7690 /* sh_flags, sh_addr and sh_size all start off zero. */
8080 symstrtab_hdr->sh_flags = 0;
8267 && (hdr->sh_flags & SHF_ALLOC) != 0)
H A Delf32-arm.h4302 hdr->sh_flags |= SHF_LINK_ORDER;
H A Delf32-sh.c2196 if (elf_section_data (sec)->this_hdr.sh_flags
/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElf.h101 Elf32_Word sh_flags; member in struct:__anon6112
/haiku-fatelf/src/bin/network/tcpdump/
H A Ddecnet.h66 byte sh_flags; /* route flags */ member in struct:shorthdr
374 byte sh_flags; /* message flags */
373 byte sh_flags; /* message flags */ member in struct:seghdr
H A Dprint-decnet.c94 TCHECK(rhp->rh_short.sh_flags);
95 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
111 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
181 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
/haiku-fatelf/headers/private/system/
H A Delf32.h52 Elf32_Word sh_flags; member in struct:Elf32_Shdr
H A Delf64.h54 Elf64_Xword sh_flags; member in struct:Elf64_Shdr
/haiku-fatelf/src/apps/debugger/elf/
H A DElfFile.cpp267 stringSectionHeader->sh_addr, stringSectionHeader->sh_flags);
293 sectionHeader->sh_addr, sectionHeader->sh_flags);
/haiku-fatelf/src/tools/
H A Dset_haiku_revision.cpp142 Elf32_Word sh_flags; member in struct:__anon6139
155 Elf64_Xword sh_flags; member in struct:__anon6140

Completed in 219 milliseconds