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

1 2 3

  /src/sys/arch/acorn32/stand/
module.ldscript 16 headers PT_PHDR FILEHDR PHDRS;
  /src/sys/arch/i386/stand/efiboot/bootx64/
ldscript 10 headers PT_PHDR FILEHDR PHDRS;
  /src/sys/arch/i386/stand/efiboot/bootia32/
ldscript 9 headers PT_PHDR FILEHDR PHDRS;
  /src/external/bsd/elftosb/dist/common/
ELF.h 236 PT_PHDR = 6
  /src/lib/libc/dlfcn/
dlfcn_elf.c 187 if (phdr->p_type == PT_PHDR)
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 86 if (phdr->p_type == PT_PHDR)
  /src/lib/csu/common/
crt0-common.c 251 if (phdr->p_type == PT_PHDR)
  /src/external/gpl3/binutils/dist/include/elf/
internal.h 330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
334 && (segment)->p_type != PT_PHDR)) \
  /src/external/gpl3/binutils.old/dist/include/elf/
internal.h 330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
334 && (segment)->p_type != PT_PHDR)) \
  /src/external/gpl3/gdb.old/dist/include/elf/
internal.h 330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
334 && (segment)->p_type != PT_PHDR)) \
  /src/external/gpl3/gdb/dist/include/elf/
internal.h 330 /* PT_TLS segment contains only SHF_TLS sections, PT_PHDR no \
334 && (segment)->p_type != PT_PHDR)) \
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 294 #define PT_PHDR 6 /* Entry for header table itself */
  /src/sys/compat/linux/arch/amd64/
linux_exec_machdep.c 160 if (ph[i].p_type == PT_PHDR) {
  /src/external/bsd/file/dist/src/
readelf.h 205 #define PT_PHDR 6
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 309 #define PT_PHDR 6 /* Entry for header table itself */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 255 case ELF::PT_PHDR:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 298 enum PT_PHDR = 6;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 298 enum PT_PHDR = 6;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 268 enum PT_PHDR = 6;
  /src/libexec/ld.elf_so/
headers.c 546 if (ph->p_type != PT_PHDR)
map_object.c 225 case PT_PHDR:
229 "PT_PHDR",
  /src/usr.bin/elf2aout/
elf2aout.c 316 ph[i].p_type == PT_PHDR || ph[i].p_type == PT_MIPS_REGINFO)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 278 enum PT_PHDR = 6;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 283 enum PT_PHDR = 6;
  /src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c 462 CORE_ADDR at_phdr, at_phent, at_phnum, pt_phdr = 0; local
508 if (p_type == PT_PHDR)
511 pt_phdr = extract_unsigned_integer ((gdb_byte *) phdr.p_vaddr,
545 if (p_type == PT_PHDR)
548 pt_phdr = extract_unsigned_integer ((gdb_byte *) phdr.p_vaddr,
566 /* PT_PHDR is optional, but we really need it
571 /* at_phdr is real address in memory. pt_phdr is what pheader says it is.
573 sect_addr = sect_addr + (at_phdr - pt_phdr);
610 if (p_type != PT_PHDR || p_filesz != sect_size || p_memsz != sect_size)

Completed in 29 milliseconds

1 2 3