| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 116 case ELF::PT_INTERP: in printProgramHeaders()
|
| /freebsd-12.1/sys/conf/ |
| H A D | ldscript.powerpc64 | 31 /* Do not emit PT_INTERP section, which confuses some loaders (kexec-lite) */
|
| H A D | ldscript.mips.cfe | 47 interp PT_INTERP ;
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | readelf.h | 200 #define PT_INTERP 3 macro
|
| H A D | readelf.c | 1589 case PT_INTERP: in dophn_exec() 1626 case PT_INTERP: in dophn_exec()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 298 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /freebsd-12.1/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 371 case PT_INTERP: in pmcstat_image_get_elf_params()
|
| /freebsd-12.1/libexec/rtld-elf/ |
| H A D | map_object.c | 123 case PT_INTERP: in map_object()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1178 PT_INTERP = 3, // Interpreter pathname. enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 523 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
|
| /freebsd-12.1/contrib/elftoolchain/size/ |
| H A D | size.c | 536 case PT_INTERP: in handle_core()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LinkerScript.cpp | 1097 if (Cmd.Type == PT_INTERP) in needsInterpSection()
|
| H A D | ScriptParser.cpp | 1325 .Case("PT_INTERP", PT_INTERP) in readPhdrType()
|
| H A D | Writer.cpp | 1934 AddHdr(PT_INTERP, Cmd->getPhdrFlags())->add(Cmd); in createPhdrs()
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 349 case PT_INTERP: return "PT_INTERP"; in elf_phdr_type_str() 1851 if (phdr.p_type == PT_INTERP) { in elf_print_interp()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 626 case PT_INTERP: in main()
|
| /freebsd-12.1/sys/kern/ |
| H A D | imgact_elf.c | 926 KASSERT(phdr->p_type == PT_INTERP, in __elfN() 1105 case PT_INTERP: in __CONCAT()
|
| H A D | link_elf.c | 911 case PT_INTERP: in link_elf_load_file()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 48 ECase(PT_INTERP); in enumeration()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf.c | 1136 case PT_INTERP: pt = "INTERP"; break; in get_segment_type() 2688 case PT_INTERP: in bfd_section_from_phdr() 3908 m->p_type = PT_INTERP; in _bfd_elf_map_sections_to_segments() 5384 if (segment->p_type == PT_INTERP) in rewrite_elf_program_header() 6004 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1227 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP ); in getElfSegmentType() 1252 LLVM_READOBJ_PHDR_ENUM(ELF, PT_INTERP) in getElfPtType() 3345 if (Phdr.p_type == ELF::PT_INTERP) { in printProgramHeaders()
|
| /freebsd-12.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 924 _ELF_DEFINE_PT(PT_INTERP, 3, "names an interpreter") \
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 665 case PT_INTERP: return "INTERP"; in phdr_type() 2457 if (phdr.p_type == PT_INTERP) { in dump_phdr()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3143 CASE_AND_STREAM(s, PT_INTERP, kStrWidth); in DumpELFProgramHeader_p_type()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | readelf.c | 2457 case PT_INTERP: return "INTERP"; in get_segment_type() 3540 case PT_INTERP: in process_program_headers()
|