reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/ELF.cpp
  250     STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELA);
lib/ObjectYAML/ELFYAML.cpp
  460   ECase(SHT_ANDROID_RELA);
tools/lld/ELF/SyntheticSections.cpp
 1623           name, config->isRela ? SHT_ANDROID_RELA : SHT_ANDROID_REL,
tools/llvm-readobj/ELFDumper.cpp
 2974   bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA;
 2999         Sec.sh_type != ELF::SHT_ANDROID_RELA &&
 3007         Sec.sh_type == ELF::SHT_ANDROID_RELA) {
 3054     case ELF::SHT_ANDROID_RELA:
 3056         printRelocation(Obj, SymTab, R, Sec.sh_type == ELF::SHT_ANDROID_RELA);
 3153   case SHT_ANDROID_RELA:
 5248         Sec.sh_type != ELF::SHT_ANDROID_RELA &&
 5298   case ELF::SHT_ANDROID_RELA: