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

References

lib/Object/ELF.cpp
  251     STRINGIFY_ENUM_CASE(ELF, SHT_ANDROID_RELR);
lib/ObjectYAML/ELFYAML.cpp
  461   ECase(SHT_ANDROID_RELR);
tools/lld/ELF/SyntheticSections.cpp
 1576                        config->useAndroidRelrTags ? SHT_ANDROID_RELR : SHT_RELR,
tools/llvm-readobj/ELFDumper.cpp
 2975   bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR;
 3000         Sec.sh_type != ELF::SHT_ANDROID_RELR)
 3015                            Sec.sh_type == ELF::SHT_ANDROID_RELR)) {
 3044     case ELF::SHT_ANDROID_RELR:
 3156   case SHT_ANDROID_RELR:
 5249         Sec.sh_type != ELF::SHT_ANDROID_RELR)
 5284   case ELF::SHT_ANDROID_RELR: {