HomeSort by: relevance | last modified time | path
    Searched refs:PT_INTERP (Results 1 - 25 of 55) sorted by relevancy

1 2 3

  /src/lib/libc/tls/
tls.c 152 if (phdr->p_type == PT_INTERP) {
  /src/external/bsd/elftosb/dist/common/
ELF.h 233 PT_INTERP = 3,
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 291 #define PT_INTERP 3 /* Program interpreter */
  /src/external/bsd/file/dist/src/
readelf.h 202 #define PT_INTERP 3
readelf.c 1800 case PT_INTERP:
1844 case PT_INTERP:
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 306 #define PT_INTERP 3 /* Program interpreter */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 237 case ELF::PT_INTERP:
  /src/sys/kern/
exec_elf.c 708 if (pp->p_type == PT_INTERP) {
799 case PT_INTERP:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 295 enum PT_INTERP = 3;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 295 enum PT_INTERP = 3;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 265 enum PT_INTERP = 3;
  /src/libexec/ld.elf_so/
headers.c 561 case PT_INTERP:
564 "PT_INTERP", (void *)(uintptr_t)vaddr,
map_object.c 201 case PT_INTERP:
203 dbg(("%s: PT_INTERP %p", obj->path, obj->interp));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 275 enum PT_INTERP = 3;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 280 enum PT_INTERP = 3;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 348 #define PT_INTERP 3 /* Program interpreter */
  /src/sys/sys/
exec_elf.h 440 #define PT_INTERP 3 /* Program interpreter */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 350 #define PT_INTERP 3 /* Program interpreter */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 350 #define PT_INTERP 3 /* Program interpreter */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1280 PT_INTERP = 3, // Interpreter pathname.
  /src/external/gpl3/binutils/dist/include/elf/
common.h 477 #define PT_INTERP 3 /* Program interpreter */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 477 #define PT_INTERP 3 /* Program interpreter */
  /src/external/gpl3/gdb.old/dist/sim/bfin/
interp.c 867 else if (phdrs[i].p_type == PT_INTERP)
880 sim_io_printf (sd, " PT_INTERP: %s\n", *ldso_path);
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-if.c 520 if (phdr[i].p_type != PT_INTERP)
590 /* Linux cares only about the first PT_INTERP, so let's ignore
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 477 #define PT_INTERP 3 /* Program interpreter */

Completed in 48 milliseconds

1 2 3