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

References

lib/Object/ELF.cpp
  204       STRINGIFY_ENUM_CASE(ELF, SHT_ARM_EXIDX);
lib/ObjectYAML/ELFYAML.cpp
  477     ECase(SHT_ARM_EXIDX);
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
 1229   SwitchToEHSection(".ARM.exidx", ELF::SHT_ARM_EXIDX,
tools/lld/ELF/SyntheticSections.cpp
 3150     : SyntheticSection(SHF_ALLOC | SHF_LINK_ORDER, SHT_ARM_EXIDX,
 3155     if (d->type == SHT_ARM_EXIDX)
 3166   if (isec->type == SHT_ARM_EXIDX) {
 3187       if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX)
 3350   return d->kind() == InputSectionBase::Synthetic && d->type == SHT_ARM_EXIDX;
tools/lld/ELF/Writer.cpp
 1514         sec->type == SHT_ARM_EXIDX)
 1851         addPhdrForSection(part, SHT_ARM_EXIDX, PT_ARM_EXIDX, PF_R);
tools/llvm-readobj/ARMEHABIPrinter.h
  575     if (Sec.sh_type == ELF::SHT_ARM_EXIDX) {
tools/llvm-readobj/ELFDumper.cpp
 3084     case SHT_ARM_EXIDX: