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

1 2 3 4 5 6 7 8

  /external/ltrace/sysdeps/linux-gnu/m68k/
plt.c 29 * ((lte->ehdr.e_flags & EF_CPU32) ? 24 : 20);
  /external/libnl/lib/route/cls/
ematch.c 158 ematch->e_flags |= flags;
163 ematch->e_flags &= ~flags;
168 return ematch->e_flags;
241 if (!(ematch->e_flags & TCF_EM_REL_MASK))
329 ematch->e_flags = hdr->flags;
369 if (match->e_flags & TCF_EM_INVERT)
387 switch (match->e_flags & TCF_EM_REL_MASK) {
  /frameworks/rs/cpu_ref/linkloader/include/
ELFHeader.h 49 word_t e_flags; member in class:ELFHeader
122 return e_flags;
189 AR & e_flags; local
  /external/e2fsprogs/debugfs/
extent_inode.c 37 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
39 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
41 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
43 if (!extent->e_flags)
253 extent.e_flags = 0;
258 extent.e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
317 extent.e_flags = 0;
329 extent.e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
  /external/elfutils/0.153/libelf/
gelf_update_ehdr.c 108 COPY (e_flags);
gelf_getehdr.c 102 COPY (e_flags);
  /external/ltrace/sysdeps/linux-gnu/mips/
plt.c 76 if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
159 if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
205 if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
387 } else if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
  /external/e2fsprogs/lib/ext2fs/
punch.c 163 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
165 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
167 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
169 if (!extent->e_flags)
324 newex.e_flags = extent.e_flags;
extent.c 111 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
113 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
115 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
117 if (!extent->e_flags)
493 extent->e_flags = 0;
505 extent->e_flags |= EXT2_EXTENT_FLAGS_LEAF;
508 extent->e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
523 extent->e_flags |= EXT2_EXTENT_FLAGS_SECOND_VISIT;
794 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT) {
1188 newextent.e_flags = EXT2_EXTENT_FLAGS_LEAF
    [all...]
  /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-12/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-13/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-15/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-16/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-17/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-19/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; })
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 198 Elf32_Word e_flags; member in struct:elf32_hdr
215 Elf64_Word e_flags; member in struct:elf64_hdr

Completed in 278 milliseconds

1 2 3 4 5 6 7 8