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

1 2 3

  /src/external/bsd/elftosb/dist/common/
ELF.h 232 PT_DYNAMIC = 2,
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
fde-glibc.c 87 else if (phdr->p_type == PT_DYNAMIC)
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-glibc.c 87 else if (phdr->p_type == PT_DYNAMIC)
  /src/external/gpl3/binutils/dist/include/elf/
internal.h 321 sections won't match at the start or end of PT_DYNAMIC nor PT_NOTE,
322 unless PT_DYNAMIC and PT_NOTE are themselves zero sized. */
338 || (segment)->p_type == PT_DYNAMIC \
365 /* No zero size sections at start or end of PT_DYNAMIC nor \
367 && (((segment)->p_type != PT_DYNAMIC \
  /src/external/gpl3/binutils.old/dist/include/elf/
internal.h 321 sections won't match at the start or end of PT_DYNAMIC nor PT_NOTE,
322 unless PT_DYNAMIC and PT_NOTE are themselves zero sized. */
338 || (segment)->p_type == PT_DYNAMIC \
365 /* No zero size sections at start or end of PT_DYNAMIC nor \
367 && (((segment)->p_type != PT_DYNAMIC \
  /src/external/gpl3/gdb.old/dist/include/elf/
internal.h 321 sections won't match at the start or end of PT_DYNAMIC nor PT_NOTE,
322 unless PT_DYNAMIC and PT_NOTE are themselves zero sized. */
338 || (segment)->p_type == PT_DYNAMIC \
365 /* No zero size sections at start or end of PT_DYNAMIC nor \
367 && (((segment)->p_type != PT_DYNAMIC \
  /src/external/gpl3/gdb/dist/include/elf/
internal.h 321 sections won't match at the start or end of PT_DYNAMIC nor PT_NOTE,
322 unless PT_DYNAMIC and PT_NOTE are themselves zero sized. */
338 || (segment)->p_type == PT_DYNAMIC \
365 /* No zero size sections at start or end of PT_DYNAMIC nor \
367 && (((segment)->p_type != PT_DYNAMIC \
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 84 if (phdr->p_type == PT_DYNAMIC)
  /src/lib/csu/common/
crt0-common.c 249 if (phdr->p_type == PT_DYNAMIC)
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 290 #define PT_DYNAMIC 2 /* Dynamic linking information */
  /src/external/bsd/file/dist/src/
readelf.h 201 #define PT_DYNAMIC 2
  /src/sys/lib/libunwind/
AddressSpace.hpp 423 case PT_DYNAMIC:
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 305 #define PT_DYNAMIC 2 /* Dynamic linking information */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp 222 case ELF::PT_DYNAMIC:
  /src/external/gpl3/binutils/dist/gprofng/src/
checks.cc 349 if (phdrp && phdrp->p_type == PT_DYNAMIC)
Elf.cc 483 if (phdr->p_type == PT_DYNAMIC)
884 RET_S (PT_DYNAMIC);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
checks.cc 349 if (phdrp && phdrp->p_type == PT_DYNAMIC)
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-dip.c 314 else if (phdr->p_type == PT_DYNAMIC)
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c 314 else if (phdr->p_type == PT_DYNAMIC)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 294 enum PT_DYNAMIC = 2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 294 enum PT_DYNAMIC = 2;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
elf.d 264 enum PT_DYNAMIC = 2;
  /src/libexec/ld.elf_so/
headers.c 81 dbg(("headers: digesting PT_DYNAMIC at %p", obj->dynamic));
588 case PT_DYNAMIC:
591 "PT_DYNAMIC", (void *)(uintptr_t)vaddr,
map_object.c 246 case PT_DYNAMIC:
249 "PT_DYNAMIC",
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELF.cpp 522 if (Phdr.p_type == ELF::PT_DYNAMIC) {

Completed in 26 milliseconds

1 2 3