Home
last modified time | relevance | path

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

1234

/netbsd-src/lib/libc/tls/
H A Dtls.c152 if (phdr->p_type == PT_INTERP) { in __libc_static_tls_setup_cb()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h233 PT_INTERP = 3, enumerator
/netbsd-src/external/bsd/file/dist/src/
H A Dreadelf.h202 #define PT_INTERP 3 macro
H A Dreadelf.c1719 case PT_INTERP: in dophn_exec()
1765 case PT_INTERP: in dophn_exec()
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h291 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d295 enum PT_INTERP = 3; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d295 enum PT_INTERP = 3; variable
/netbsd-src/sys/kern/
H A Dexec_elf.c708 if (pp->p_type == PT_INTERP) { in exec_elf_makecmds()
799 case PT_INTERP: in exec_elf_makecmds()
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h306 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d280 enum PT_INTERP = 3; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d265 enum PT_INTERP = 3; variable
/netbsd-src/libexec/ld.elf_so/
H A Dheaders.c497 case PT_INTERP: in _rtld_digest_phdr()
500 "PT_INTERP", (void *)(uintptr_t)vaddr, in _rtld_digest_phdr()
H A Dmap_object.c201 case PT_INTERP: in _rtld_map_object()
203 dbg(("%s: PT_INTERP %p", obj->path, obj->interp)); in _rtld_map_object()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d275 enum PT_INTERP = 3; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp237 case ELF::PT_INTERP: in printProgramHeaders()
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h477 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h477 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h348 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h350 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h350 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/sys/sys/
H A Dexec_elf.h441 #define PT_INTERP 3 /* Program interpreter */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1280 PT_INTERP = 3, // Interpreter pathname. enumerator
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dlayout.cc2117 this->make_output_segment(elfcpp::PT_INTERP, seg_flags); in attach_allocated_section_to_segment()
3671 if (type1 == elfcpp::PT_INTERP) in segment_precedes()
3673 gold_assert(type2 != elfcpp::PT_INTERP); in segment_precedes()
3676 if (type2 == elfcpp::PT_INTERP) in segment_precedes()
5742 else if (type == elfcpp::PT_INTERP) in make_output_segment()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dlayout.cc2120 this->make_output_segment(elfcpp::PT_INTERP, seg_flags); in attach_allocated_section_to_segment()
3740 if (type1 == elfcpp::PT_INTERP) in segment_precedes()
3742 gold_assert(type2 != elfcpp::PT_INTERP); in segment_precedes()
3745 if (type2 == elfcpp::PT_INTERP) in segment_precedes()
5816 else if (type == elfcpp::PT_INTERP) in make_output_segment()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DElf.cc787 RET_S (PT_INTERP); in get_elf_ptype_name()

1234