Home
last modified time | relevance | path

Searched refs:PT_INTERP (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dpt-interp.test5 ## Check we create PT_INTERP program header when it is specified in PHDRS.
6 # RUN: echo "PHDRS { interp PT_INTERP; }" > %t1.script
9 # CHECK: PT_INTERP
16 # NOINTERP-NOT: PT_INTERP
18 ## Otherwise, if PHDRS is empty, we create PT_INTERP header.
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/ELF/
H A DPT_LOAD-overlap-PT_INTERP.yaml1 # Test that an overlapping PT_INTERP segment does not cause us to drop the
38 - Type: PT_INTERP
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dprogram-headers.test175 # ELF-LLVM-NEXT: Type: PT_INTERP (0x3)
471 ## Case 5: the PT_INTERP segment.
472 - Type: PT_INTERP
613 ## name is non-null-terminated or when PT_INTERP has an offset that
647 - Type: PT_INTERP
651 - Type: PT_INTERP
655 - Type: PT_INTERP
658 - Type: PT_INTERP
661 - Type: PT_INTERP
665 - Type: PT_INTERP
/llvm-project-15.0.7/lld/test/ELF/
H A Ddynamic-linker.s23 # NO-NOT: PT_INTERP
/llvm-project-15.0.7/bolt/test/AArch64/Inputs/
H A Dgo_dwarf.yaml13 - Type: PT_INTERP
H A Dskip-got-rel.yaml13 - Type: PT_INTERP
H A Drels-exe.yaml13 - Type: PT_INTERP
H A Dplt-gnu-ld.yaml13 - Type: PT_INTERP
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/
H A Dprogram-headers.test181 ## Case 5: the PT_INTERP segment.
182 - Type: PT_INTERP
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DELFDump.cpp241 case ELF::PT_INTERP: in printProgramHeaders()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h1360 PT_INTERP = 3, // Interpreter pathname. enumerator
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dplt-got-sec.yaml13 - Type: PT_INTERP
H A Dplt-sec.yaml13 - Type: PT_INTERP
H A Dplt-sec-8-byte.yaml13 - Type: PT_INTERP
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.cpp1369 if (cmd.type == PT_INTERP) in needsInterpSection()
H A DScriptParser.cpp1570 .Case("PT_INTERP", PT_INTERP) in readPhdrType()
H A DWriter.cpp2312 addHdr(PT_INTERP, cmd->getPhdrFlags())->add(cmd); in createPhdrs()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp63 ECase(PT_INTERP); in enumeration()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3115 CASE_AND_STREAM(s, PT_INTERP, kStrWidth); in DumpELFProgramHeader_p_type()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1401 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP); in segmentTypeToString()
4308 if (Phdr.p_type == ELF::PT_INTERP) { in printProgramHeaders()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp450 case ELF::PT_INTERP: in discoverStorage()