/freebsd/sys/conf/ |
H A D | ldscript.powerpc64le | 35 /* Do not emit PT_INTERP section, which confuses some loaders (kexec-lite) */
|
H A D | ldscript.powerpc64 | 35 /* Do not emit PT_INTERP section, which confuses some loaders (kexec-lite) */
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 200 #define PT_INTERP 3 macro
|
H A D | readelf.c | 1778 case PT_INTERP: in dophn_exec() 1824 case PT_INTERP: in dophn_exec()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 402 case PT_INTERP: in pmcstat_image_get_elf_params()
|
/freebsd/libexec/rtld-elf/ |
H A D | map_object.c | 124 case PT_INTERP: in map_object()
|
H A D | rtld.c | 1675 case PT_INTERP: in digest_phdr()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 278 case ELF::PT_INTERP: in printProgramHeaders()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 547 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 566 case PT_INTERP: in handle_core()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1474 PT_INTERP = 3, // Interpreter pathname. enumerator
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 349 case PT_INTERP: return "PT_INTERP"; in elf_phdr_type_str() 1854 if (phdr.p_type == PT_INTERP) { in elf_print_interp()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 646 case PT_INTERP: in main()
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1010 KASSERT(phdr->p_type == PT_INTERP, in __elfN() 1201 case PT_INTERP: in __CONCAT()
|
H A D | link_elf.c | 1100 case PT_INTERP: in link_elf_load_file()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 1578 if (cmd.type == PT_INTERP) in needsInterpSection()
|
H A D | ScriptParser.cpp | 1648 .Case("PT_INTERP", PT_INTERP) in readPhdrType()
|
H A D | Writer.cpp | 2183 addHdr(PT_INTERP, cmd->getPhdrFlags())->add(cmd); in createPhdrs()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 956 _ELF_DEFINE_PT(PT_INTERP, 3, "names an interpreter") \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 64 ECase(PT_INTERP); in enumeration()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 694 case PT_INTERP: return "INTERP"; in phdr_type() 2523 if (phdr.p_type == PT_INTERP) { in dump_phdr()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 3358 CASE_AND_STREAM(s, PT_INTERP, kStrWidth); in DumpELFProgramHeader_p_type()
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 696 * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1480 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP); in segmentTypeToString() 4747 if (Phdr.p_type == ELF::PT_INTERP) { in printProgramHeaders()
|