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

References

lib/ObjectYAML/ELFYAML.cpp
   55   ECase(PT_GNU_STACK);
tools/lld/ELF/ScriptParser.cpp
 1328                      .Case("PT_GNU_STACK", PT_GNU_STACK)
tools/lld/ELF/Writer.cpp
 2182   addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize;
tools/llvm-objdump/ELFDump.cpp
  204     case ELF::PT_GNU_STACK:
tools/llvm-readobj/ELFDumper.cpp
 1238     LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK);
 1262     LLVM_READOBJ_PHDR_ENUM(ELF, PT_GNU_STACK)