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

1 2 3 4 56 7

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon60560
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon60561
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon60922
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon60923
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon61289
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon61290
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon61687
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon61688
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon62137
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon62138
283 /* Section Attribute Flags - sh_flags */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 208 Elf32_Word sh_flags; /* flags */ member in struct:__anon62589
221 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon62590
283 /* Section Attribute Flags - sh_flags */
  /external/tcpdump/
print-decnet.c 94 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);
  /external/elfutils/src/
ldgeneric.c 949 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
956 if (unlikely (shdr->sh_flags & SHF_GROUP) && ld_state.gc_sections)
986 || (shdr->sh_flags & SHF_ALLOC) != 0
996 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
1006 search.flags = shdr->sh_flags;
1020 if (unlikely (shdr->sh_flags & SHF_GROUP))
    [all...]
strip.c 595 || (shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) == 0)
636 if ((shdr_info[cnt].shdr.sh_flags & SHF_GROUP) != 0)
644 shdr_info[cnt].shdr.sh_flags &= ~SHF_GROUP;
977 shdr_info[cnt].shdr.sh_flags = 0;
1033 shdr_info[cnt].shdr.sh_flags = 0;
    [all...]
readelf.c 860 if (shdr->sh_flags & SHF_WRITE)
862 if (shdr->sh_flags & SHF_ALLOC)
864 if (shdr->sh_flags & SHF_EXECINSTR)
866 if (shdr->sh_flags & SHF_MERGE)
868 if (shdr->sh_flags & SHF_STRINGS)
870 if (shdr->sh_flags & SHF_INFO_LINK)
872 if (shdr->sh_flags & SHF_LINK_ORDER)
874 if (shdr->sh_flags & SHF_OS_NONCONFORMING)
876 if (shdr->sh_flags & SHF_GROUP)
878 if (shdr->sh_flags & SHF_TLS
    [all...]
strings.c 730 && (shdr->sh_flags & SHF_ALLOC) != 0)
  /bionic/libc/include/sys/
exec_elf.h 376 Elf32_Word sh_flags; /* section flags */ member in struct:__anon102
389 Elf64_Xword sh_flags; /* section flags */ member in struct:__anon103
436 /* sh_flags */
    [all...]
  /external/elfutils/libelf/
abstract.h 107 TYPE_NAME (ElfW2(32, Ext##Word), sh_flags) \
120 TYPE_NAME (ElfW2(64, Ext##Xword), sh_flags) \
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 293 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_flags);
309 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_flags);
  /external/qemu/
elf_ops.h 34 bswapSZs(&shdr->sh_flags);
elf.h 527 /* ARM-specific values for sh_flags */
712 /* Legal values for sh_flags field of Elf32_Shdr. */
1106 Elf32_Word sh_flags; member in struct:elf32_shdr
1119 Elf64_Xword sh_flags; \/* Miscellaneous section attributes *\/ member in struct:elf64_shdr
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 319 SHeader.sh_flags = Sec.Flags;
  /external/llvm/include/llvm/Object/
ELF.h 137 Elf_Word sh_flags; // Section flags (SHF_*) member in struct:llvm::object::Elf_Shdr_Base
152 Elf_Xword sh_flags; // Section flags (SHF_*) member in struct:llvm::object::Elf_Shdr_Base
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 1080 Elf32_Word sh_flags; \/\/ Section flags (SHF_*) member in struct:llvm::ELF::Elf32_Shdr
1094 Elf64_Xword sh_flags; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /external/elfutils/libasm/
asm_end.c 366 shdr->sh_flags = 0;
  /external/elfutils/libdwfl/
relocate.c 67 if (refshdr->sh_addr == 0 && (refshdr->sh_flags & SHF_ALLOC))
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 403 Word sh_flags; member in struct:__anon35949::Elf32::Shdr
444 Xword sh_flags; member in struct:__anon35949::Elf64::Shdr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 271 Elf32_Word sh_flags; /* Section flags */ member in struct:__anon40073
285 Elf64_Xword sh_flags; /* Section flags */ member in struct:__anon40074
350 /* Legal values for sh_flags (section flags). */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 271 Elf32_Word sh_flags; /* Section flags */ member in struct:__anon41663
285 Elf64_Xword sh_flags; /* Section flags */ member in struct:__anon41664
350 /* Legal values for sh_flags (section flags). */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 271 Elf32_Word sh_flags; /* Section flags */ member in struct:__anon43178
285 Elf64_Xword sh_flags; /* Section flags */ member in struct:__anon43179
350 /* Legal values for sh_flags (section flags). */
    [all...]

Completed in 1336 milliseconds

1 2 3 4 56 7