HomeSort by relevance Sort by last modified time
    Searched refs:sh_flags (Results 126 - 150 of 195) sorted by null

1 2 3 4 56 7 8

  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon51648
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon51649
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon52058
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon52059
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon52520
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon52521
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon52984
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon52985
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon53400
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon53401
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon53868
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon53869
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon54338
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon54339
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon68644
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon68645
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon69009
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon69010
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon69374
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon69375
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon69744
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon69745
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon70145
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon70146
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon70598
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon70599
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon71053
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon71054
283 /* Section Attribute Flags - sh_flags */
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 114 alloc = unlikely (shdr == NULL) || (shdr->sh_flags & SHF_ALLOC);
  /external/elfutils/src/
elfcmp.c 277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
305 || shdr1->sh_flags != shdr2->sh_flags
308 && (shdr1->sh_flags & SHF_ALLOC)
ldgeneric.c 939 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
946 if (unlikely (shdr->sh_flags & SHF_GROUP) && ld_state.gc_sections)
976 || (shdr->sh_flags & SHF_ALLOC) != 0
986 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
996 search.flags = shdr->sh_flags;
1010 if (unlikely (shdr->sh_flags & SHF_GROUP))
1031 if (SCNINFO_SHDR (runp->shdr).sh_flags & SHF_GROUP)
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 367 return getSection(Sec)->sh_flags;
580 return getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR;
586 return EShdr->sh_flags & (ELF::SHF_ALLOC | ELF::SHF_WRITE) &&
593 return EShdr->sh_flags & (ELF::SHF_ALLOC | ELF::SHF_WRITE) &&
ELFTypes.h 99 Elf_Word sh_flags; // Section flags (SHF_*) member in struct:llvm::object::Elf_Shdr_Base
114 Elf_Xword sh_flags; // Section flags (SHF_*) member in struct:llvm::object::Elf_Shdr_Base
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 158 secdata->this_hdr.sh_flags = SHF_ALLOC | SHF_EXECINSTR;
elfcode.h 311 dst->sh_flags = H_GET_WORD (abfd, src->sh_flags);
337 H_PUT_WORD (abfd, src->sh_flags, dst->sh_flags);
732 if (((i_shdrp[shindex].sh_flags & SHF_INFO_LINK)
741 && (i_shdrp[shindex].sh_flags & SHF_ALLOC) != 0
    [all...]
elf.c 761 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)
872 elf_section_flags (newsect) = hdr->sh_flags;
887 if ((hdr->sh_flags & SHF_ALLOC) != 0)
893 if ((hdr->sh_flags & SHF_WRITE) == 0)
895 if ((hdr->sh_flags & SHF_EXECINSTR) != 0)
899 if ((hdr->sh_flags & SHF_MERGE) != 0)
903 if ((hdr->sh_flags & SHF_STRINGS) != 0)
906 if (hdr->sh_flags & SHF_GROUP)
909 if ((hdr->sh_flags & SHF_TLS) != 0)
911 if ((hdr->sh_flags & SHF_EXCLUDE) != 0
    [all...]
elf32-mep.c 734 if (hdr->sh_flags & SHF_MEP_VLIW)
745 hdr->sh_flags |= SHF_MEP_VLIW;
  /external/elfutils/libelf/
abstract.h 86 TYPE_NAME (ElfW2(32, Ext##Word), sh_flags) \
99 TYPE_NAME (ElfW2(64, Ext##Xword), sh_flags) \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 309 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_flags);
325 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_flags);

Completed in 1320 milliseconds

1 2 3 4 56 7 8