Home
last modified time | relevance | path

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

/freebsd/sys/conf/
H A Dldscript.powerpc64le35 /* Do not emit PT_INTERP section, which confuses some loaders (kexec-lite) */
H A Dldscript.powerpc6435 /* Do not emit PT_INTERP section, which confuses some loaders (kexec-lite) */
/freebsd/contrib/file/src/
H A Dreadelf.h200 #define PT_INTERP 3 macro
H A Dreadelf.c1778 case PT_INTERP: in dophn_exec()
1824 case PT_INTERP: in dophn_exec()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c402 case PT_INTERP: in pmcstat_image_get_elf_params()
/freebsd/libexec/rtld-elf/
H A Dmap_object.c124 case PT_INTERP: in map_object()
H A Drtld.c1675 case PT_INTERP: in digest_phdr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp278 case ELF::PT_INTERP: in printProgramHeaders()
/freebsd/sys/sys/
H A Delf_common.h547 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
/freebsd/contrib/elftoolchain/size/
H A Dsize.c566 case PT_INTERP: in handle_core()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1474 PT_INTERP = 3, // Interpreter pathname. enumerator
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c349 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 Delfdump.c646 case PT_INTERP: in main()
/freebsd/sys/kern/
H A Dimgact_elf.c1010 KASSERT(phdr->p_type == PT_INTERP, in __elfN()
1201 case PT_INTERP: in __CONCAT()
H A Dlink_elf.c1100 case PT_INTERP: in link_elf_load_file()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1578 if (cmd.type == PT_INTERP) in needsInterpSection()
H A DScriptParser.cpp1648 .Case("PT_INTERP", PT_INTERP) in readPhdrType()
H A DWriter.cpp2183 addHdr(PT_INTERP, cmd->getPhdrFlags())->add(cmd); in createPhdrs()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h956 _ELF_DEFINE_PT(PT_INTERP, 3, "names an interpreter") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp64 ECase(PT_INTERP); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c694 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 DObjectFileELF.cpp3358 CASE_AND_STREAM(s, PT_INTERP, kStrWidth); in DumpELFProgramHeader_p_type()
/freebsd/contrib/file/
H A DChangeLog696 * in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1480 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP); in segmentTypeToString()
4747 if (Phdr.p_type == ELF::PT_INTERP) { in printProgramHeaders()