HomeSort by: relevance | last modified time | path
    Searched refs:SHT_ANDROID_RELA (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELF.cpp 276 STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA);
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 927 SHT_ANDROID_RELA = 0x60000002,
  /src/external/gpl3/binutils/dist/include/elf/
common.h 552 #define SHT_ANDROID_RELA 0x60000002
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 552 #define SHT_ANDROID_RELA 0x60000002
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 552 #define SHT_ANDROID_RELA 0x60000002
  /src/external/gpl3/gdb/dist/include/elf/
common.h 552 #define SHT_ANDROID_RELA 0x60000002
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 3446 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA;
3479 Sec.sh_type == ELF::SHT_ANDROID_RELA ||
3488 Sec.sh_type == ELF::SHT_ANDROID_RELA) {
5647 case ELF::SHT_ANDROID_RELA:
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 616 ECase(SHT_ANDROID_RELA);
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 6381 case SHT_ANDROID_RELA: return "ANDROID_RELA";
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 5997 case SHT_ANDROID_RELA: return "ANDROID_RELA";

Completed in 72 milliseconds