|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Object/ELFObjectFile.h 775 if (Sec.sh_type != ELF::SHT_DYNAMIC)
lib/MC/ELFObjectWriter.cpp 1020 case ELF::SHT_DYNAMIC:
lib/Object/ELF.cpp 237 STRINGIFY_ENUM_CASE(ELF, SHT_DYNAMIC);
526 if (Sec.sh_type == ELF::SHT_DYNAMIC) {
lib/ObjectYAML/ELFEmitter.cpp 994 assert(Section.Type == llvm::ELF::SHT_DYNAMIC &&
lib/ObjectYAML/ELFYAML.cpp 447 ECase(SHT_DYNAMIC);
1127 case ELF::SHT_DYNAMIC:
tools/lld/ELF/InputFiles.cpp 1185 case SHT_DYNAMIC:
tools/lld/ELF/SyntheticSections.cpp 1194 : SyntheticSection(SHF_ALLOC | SHF_WRITE, SHT_DYNAMIC, config->wordsize,
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 1617 case SHT_DYNAMIC:
3136 CASE_AND_STREAM(s, SHT_DYNAMIC, kStrWidth);
tools/llvm-objcopy/ELF/Object.cpp 1472 case SHT_DYNAMIC:
tools/llvm-objcopy/ELF/Object.h 820 return S->Type == ELF::SHT_DYNAMIC;
tools/llvm-readobj/ELFDumper.cpp 1446 if (Sec.sh_type != ELF::SHT_DYNAMIC)
3129 case SHT_DYNAMIC:
tools/obj2yaml/elf2yaml.cpp 219 case ELF::SHT_DYNAMIC: {