Home
last modified time | relevance | path

Searched refs:PT_DYNAMIC (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-10-stable/usr.bin/ldd/
Dldd.c327 if (phdr.p_type == PT_DYNAMIC) { in is_executable()
369 if (phdr.p_type == PT_DYNAMIC) { in is_executable()
/freebsd-10-stable/sys/i386/linux/
Dlinux_vdso.lds.s49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-10-stable/sys/amd64/linux32/
Dlinux32_vdso.lds.s49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-10-stable/sys/amd64/linux/
Dlinux_vdso.lds.s48 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
DELFDump.cpp43 case ELF::PT_DYNAMIC: in printProgramHeaders()
/freebsd-10-stable/lib/libc/ia64/gen/
Dunwind.c87 case PT_DYNAMIC: in _Unwind_FindTableEntry()
/freebsd-10-stable/contrib/gcc/config/ia64/
Dfde-glibc.c89 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/freebsd-10-stable/sys/compat/linux/
Dlinux_vdso.c162 if (phdr[i].p_type != PT_DYNAMIC) in __elfN()
/freebsd-10-stable/contrib/file/src/
Dreadelf.h199 #define PT_DYNAMIC 2 macro
Dreadelf.c1500 case PT_DYNAMIC: in dophn_exec()
/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h297 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h384 #define PT_DYNAMIC 2 /* dynamic linking section */ macro
/freebsd-10-stable/contrib/gcc/
Dunwind-dw2-fde-glibc.c251 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/freebsd-10-stable/libexec/rtld-elf/
Dmap_object.c136 case PT_DYNAMIC: in map_object()
/freebsd-10-stable/usr.sbin/kldxref/
Def.c590 case PT_DYNAMIC: in ef_open()
/freebsd-10-stable/sys/sys/
Delf_common.h491 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1550 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DELF.h725 if (PhdrI->p_type == ELF::PT_DYNAMIC) { in ELFFile()
/freebsd-10-stable/sys/boot/common/
Dload_elf.c561 if (phdr[i].p_type == PT_DYNAMIC) { in __elfN()
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp414 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC); in getElfSegmentType()
/freebsd-10-stable/contrib/binutils/binutils/
DChangeLog-2006537 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
/freebsd-10-stable/usr.bin/elfdump/
Delfdump.c612 case PT_DYNAMIC: in main()
/freebsd-10-stable/contrib/binutils/bfd/
Delf.c1135 case PT_DYNAMIC: pt = "DYNAMIC"; break; in get_segment_type()
2685 case PT_DYNAMIC: in bfd_section_from_phdr()
3776 m->p_type = PT_DYNAMIC; in _bfd_elf_make_dynamic_segment()
4476 else if (p->p_type == PT_DYNAMIC in assign_file_positions_for_load_sections()
5338 && (segment->p_type != PT_DYNAMIC \ in rewrite_elf_program_header()
6004 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()
/freebsd-10-stable/sys/kern/
Dlink_elf.c846 case PT_DYNAMIC: in link_elf_load_file()
/freebsd-10-stable/usr.sbin/pmcstat/
Dpmcstat_log.c704 case PT_DYNAMIC: in pmcstat_image_get_elf_params()

12