HomeSort by relevance Sort by last modified time
    Searched defs:SHT_REL (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 641 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
663 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
683 if (sec->sh_type == ELF::SHT_REL)
702 if (sec->sh_type == ELF::SHT_REL)
711 if (sec->sh_type == ELF::SHT_REL)
740 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 714 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
736 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
756 if (sec->sh_type == ELF::SHT_REL)
775 if (sec->sh_type == ELF::SHT_REL)
784 if (sec->sh_type == ELF::SHT_REL)
813 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL);
    [all...]
  /development/ndk/platforms/android-9/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 262 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
elf.h 243 #define SHT_REL 9
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
elf.h 243 #define SHT_REL 9

Completed in 1129 milliseconds

1 2 3 4 5 6 7 8