HomeSort by relevance Sort by last modified time
    Searched refs:e_flags (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/elfutils/tests/
newfile.c 51 ehdr->e_flags,
130 ZERO_TEST (e_flags);
162 ZERO_TEST (e_flags);
update1.c 82 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
120 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update2.c 83 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
143 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update3.c 92 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
198 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
  /frameworks/rs/cpu_ref/linkloader/include/
ELFHeader.h 50 word_t e_flags; member in class:ELFHeader
123 return e_flags;
190 AR & e_flags; local
  /external/elfutils/libelf/
gelf_update_ehdr.c 108 COPY (e_flags);
gelf_getehdr.c 102 COPY (e_flags);
  /external/chromium_org/courgette/
types_elf.h 29 Elf32_Word e_flags; member in struct:Elf32_Ehdr
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
elf.h 189 #define elf_check_arch(hdr) ({ int __res = 1; struct elfhdr *__h = (hdr); if (__h->e_machine != EM_MIPS) __res = 0; if (__h->e_ident[EI_CLASS] != ELFCLASS32) __res = 0; if ((__h->e_flags & EF_MIPS_ABI2) != 0) __res = 0; if (((__h->e_flags & EF_MIPS_ABI) != 0) && ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) __res = 0; __res; })
  /external/e2fsprogs/lib/ext2fs/
extent.c 110 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
112 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
114 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
116 if (!extent->e_flags)
497 extent->e_flags = 0;
509 extent->e_flags |= EXT2_EXTENT_FLAGS_LEAF;
512 extent->e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
527 extent->e_flags |= EXT2_EXTENT_FLAGS_SECOND_VISIT;
792 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT) {
1185 newextent.e_flags = EXT2_EXTENT_FLAGS_LEAF
    [all...]
  /external/qemu/elff/
elff_elf.h 163 Elf_Word e_flags; member in struct:Elf_FHdr
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 163 Elf_Word e_flags; member in struct:Elf_FHdr
  /development/ndk/platforms/android-3/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 182 Elf32_Word e_flags; member in struct:elf32_hdr
199 Elf64_Word e_flags; member in struct:elf64_hdr

Completed in 934 milliseconds

1 2 3 4 5 6