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

1 2

  /external/elfutils/libebl/
x86_64_symbol.c 100 return ehdr->e_type == ET_REL;
103 return ehdr->e_type != ET_REL;
i386_symbol.c 112 return ehdr->e_type == ET_REL;
115 return ehdr->e_type != ET_REL;
ppc_symbol.c 142 return ehdr->e_type == ET_REL;
145 return ehdr->e_type != ET_REL;
ppc64_symbol.c 181 return ehdr->e_type == ET_REL;
184 return ehdr->e_type != ET_REL;
  /frameworks/compile/linkloader/lib/
ELFHeader.cpp 68 case ET_REL: return "Relocatable file";
  /external/elfutils/libasm/
asm_begin.c 64 ehdr->e_type = ET_REL;
  /external/elfutils/tests/
asm-tst1.c 34 .e_type = ET_REL,
asm-tst2.c 34 .e_type = ET_REL,
saridx.c 204 ehdr.e_type == ET_REL
asm-tst9.c 42 .e_type = ET_REL,
  /bionic/libc/kernel/common/linux/
elf.h 57 #define ET_REL 1
  /development/ndk/platforms/android-3/include/linux/
elf.h 57 #define ET_REL 1
  /external/kernel-headers/original/linux/
elf.h 52 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 57 #define ET_REL 1
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 57 #define ET_REL 1
  /external/elfutils/src/
strip.c 479 || (ehdr->e_type != ET_REL
488 if (ehdr->e_type != ET_REL)
505 || (ehdr->e_type != ET_REL
514 if (ehdr->e_type != ET_REL)
582 if (ehdr->e_type == ET_REL
    [all...]
elflint.c 399 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC
731 if (ehdr->e_type != ET_REL)
773 if (ehdr->e_type == ET_REL)
    [all...]
  /external/elfutils/libelf/
elf32_updatenull.c 194 if (ehdr->e_type != ET_REL)

Completed in 2561 milliseconds

1 2