|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Object/ELF.cpp 262 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verdef);
lib/ObjectYAML/ELFYAML.cpp 472 ECase(SHT_GNU_verdef);
1163 case ELF::SHT_GNU_verdef:
tools/lld/ELF/InputFiles.cpp 1192 case SHT_GNU_verdef:
tools/lld/ELF/SyntheticSections.cpp 2853 : SyntheticSection(SHF_ALLOC, SHT_GNU_verdef, sizeof(uint32_t),
tools/llvm-objdump/ELFDump.cpp 314 Shdr.sh_type != ELF::SHT_GNU_verdef)
tools/llvm-readobj/ELFDumper.cpp 1596 case ELF::SHT_GNU_verdef:
3179 case SHT_GNU_verdef:
tools/obj2yaml/elf2yaml.cpp 282 case ELF::SHT_GNU_verdef: {