Searched refs:PT_INTERP (Results 1 – 21 of 21) sorted by relevance
5 ## Check we create PT_INTERP program header when it is specified in PHDRS.6 # RUN: echo "PHDRS { interp PT_INTERP; }" > %t1.script9 # CHECK: PT_INTERP16 # NOINTERP-NOT: PT_INTERP18 ## Otherwise, if PHDRS is empty, we create PT_INTERP header.
1 # Test that an overlapping PT_INTERP segment does not cause us to drop the38 - Type: PT_INTERP
175 # ELF-LLVM-NEXT: Type: PT_INTERP (0x3)471 ## Case 5: the PT_INTERP segment.472 - Type: PT_INTERP613 ## name is non-null-terminated or when PT_INTERP has an offset that647 - Type: PT_INTERP651 - Type: PT_INTERP655 - Type: PT_INTERP658 - Type: PT_INTERP661 - Type: PT_INTERP665 - Type: PT_INTERP
23 # NO-NOT: PT_INTERP
13 - Type: PT_INTERP
181 ## Case 5: the PT_INTERP segment.182 - Type: PT_INTERP
241 case ELF::PT_INTERP: in printProgramHeaders()
1360 PT_INTERP = 3, // Interpreter pathname. enumerator
1369 if (cmd.type == PT_INTERP) in needsInterpSection()
1570 .Case("PT_INTERP", PT_INTERP) in readPhdrType()
2312 addHdr(PT_INTERP, cmd->getPhdrFlags())->add(cmd); in createPhdrs()
63 ECase(PT_INTERP); in enumeration()
3115 CASE_AND_STREAM(s, PT_INTERP, kStrWidth); in DumpELFProgramHeader_p_type()
1401 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP); in segmentTypeToString()4308 if (Phdr.p_type == ELF::PT_INTERP) { in printProgramHeaders()
450 case ELF::PT_INTERP: in discoverStorage()