Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp116 case ELF::PT_INTERP: in printProgramHeaders()
/freebsd-12.1/sys/conf/
H A Dldscript.powerpc6431 /* Do not emit PT_INTERP section, which confuses some loaders (kexec-lite) */
H A Dldscript.mips.cfe47 interp PT_INTERP ;
/freebsd-12.1/contrib/file/src/
H A Dreadelf.h200 #define PT_INTERP 3 macro
H A Dreadelf.c1589 case PT_INTERP: in dophn_exec()
1626 case PT_INTERP: in dophn_exec()
/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h298 #define PT_INTERP 3 /* Program interpreter */ macro
/freebsd-12.1/lib/libpmcstat/
H A Dlibpmcstat_image.c371 case PT_INTERP: in pmcstat_image_get_elf_params()
/freebsd-12.1/libexec/rtld-elf/
H A Dmap_object.c123 case PT_INTERP: in map_object()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h1178 PT_INTERP = 3, // Interpreter pathname. enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h523 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
/freebsd-12.1/contrib/elftoolchain/size/
H A Dsize.c536 case PT_INTERP: in handle_core()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp1097 if (Cmd.Type == PT_INTERP) in needsInterpSection()
H A DScriptParser.cpp1325 .Case("PT_INTERP", PT_INTERP) in readPhdrType()
H A DWriter.cpp1934 AddHdr(PT_INTERP, Cmd->getPhdrFlags())->add(Cmd); in createPhdrs()
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A Delfdump.c349 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 Delfdump.c626 case PT_INTERP: in main()
/freebsd-12.1/sys/kern/
H A Dimgact_elf.c926 KASSERT(phdr->p_type == PT_INTERP, in __elfN()
1105 case PT_INTERP: in __CONCAT()
H A Dlink_elf.c911 case PT_INTERP: in link_elf_load_file()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp48 ECase(PT_INTERP); in enumeration()
/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c1136 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 DELFDumper.cpp1227 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 Delfdefinitions.h924 _ELF_DEFINE_PT(PT_INTERP, 3, "names an interpreter") \
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c665 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 DObjectFileELF.cpp3143 CASE_AND_STREAM(s, PT_INTERP, kStrWidth); in DumpELFProgramHeader_p_type()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c2457 case PT_INTERP: return "INTERP"; in get_segment_type()
3540 case PT_INTERP: in process_program_headers()

12