|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Object/ELF.cpp 509 if (Phdr.p_type == ELF::PT_DYNAMIC) {
lib/ObjectYAML/ELFYAML.cpp 48 ECase(PT_DYNAMIC);
tools/lld/ELF/ScriptParser.cpp 1321 .Case("PT_DYNAMIC", PT_DYNAMIC)
tools/lld/ELF/Writer.cpp 2159 addHdr(PT_DYNAMIC, sec->getPhdrFlags())->add(sec);
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 3064 CASE_AND_STREAM(s, PT_DYNAMIC, kStrWidth);
tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp 79 if (phdr_entry.p_type == llvm::ELF::PT_DYNAMIC) {
tools/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp 91 MC.phdr_dynamic.p_type = llvm::ELF::PT_DYNAMIC;
140 MC.phdr_dynamic.p_type = llvm::ELF::PT_DYNAMIC;
tools/llvm-objdump/ELFDump.cpp 195 case ELF::PT_DYNAMIC:
tools/llvm-readobj/ELFDumper.cpp 1228 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC);
1254 LLVM_READOBJ_PHDR_ENUM(ELF, PT_DYNAMIC)
1436 if (Phdr.p_type != ELF::PT_DYNAMIC)
3522 if (Phdr.p_type != ELF::PT_DYNAMIC || Sec.sh_size != 0 || Phdr.p_memsz == 0)