| /netbsd-src/lib/libc/tls/ |
| H A D | tls.c | 152 if (phdr->p_type == PT_INTERP) { in __libc_static_tls_setup_cb()
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | ELF.h | 233 PT_INTERP = 3, enumerator
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | readelf.h | 202 #define PT_INTERP 3 macro
|
| H A D | readelf.c | 1719 case PT_INTERP: in dophn_exec() 1765 case PT_INTERP: in dophn_exec()
|
| /netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | exec_elf.h | 291 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
| H A D | elf_common.d | 295 enum PT_INTERP = 3; variable
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
| H A D | elf_common.d | 295 enum PT_INTERP = 3; variable
|
| /netbsd-src/sys/kern/ |
| H A D | exec_elf.c | 708 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 D | exec_elf.h | 306 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
| H A D | elf_common.d | 280 enum PT_INTERP = 3; variable
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
| H A D | elf.d | 265 enum PT_INTERP = 3; variable
|
| /netbsd-src/libexec/ld.elf_so/ |
| H A D | headers.c | 497 case PT_INTERP: in _rtld_digest_phdr() 500 "PT_INTERP", (void *)(uintptr_t)vaddr, in _rtld_digest_phdr()
|
| H A D | map_object.c | 201 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 D | elf_common.d | 275 enum PT_INTERP = 3; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 237 case ELF::PT_INTERP: in printProgramHeaders()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/elf/ |
| H A D | common.h | 477 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/elf/ |
| H A D | common.h | 477 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
| H A D | elf.h | 348 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/tools/arm-elf2aout/sys/ |
| H A D | exec_elf.h | 350 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/tools/m68k-elf2aout/sys/ |
| H A D | exec_elf.h | 350 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/sys/sys/ |
| H A D | exec_elf.h | 441 #define PT_INTERP 3 /* Program interpreter */ macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1280 PT_INTERP = 3, // Interpreter pathname. enumerator
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | layout.cc | 2117 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 D | layout.cc | 2120 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 D | Elf.cc | 787 RET_S (PT_INTERP); in get_elf_ptype_name()
|