Home
last modified time | relevance | path

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

12

/dragonfly/contrib/binutils-2.34/include/elf/
H A Dinternal.h336 || (segment)->p_type == PT_DYNAMIC \
364 && (((segment)->p_type != PT_DYNAMIC \
H A Dcommon.h457 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dinternal.h331 || (segment)->p_type == PT_DYNAMIC \
356 && ((segment)->p_type != PT_DYNAMIC \
H A Dcommon.h428 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
/dragonfly/usr.bin/ldd/
H A Dldd.c147 if (phdr.p_type == PT_DYNAMIC) in main()
/dragonfly/usr.sbin/resident/
H A Dresident.c204 if (phdr.p_type == PT_DYNAMIC) in main()
/dragonfly/contrib/gdb-7/include/elf/
H A Dinternal.h342 && ((segment)->p_type != PT_DYNAMIC \
H A Dcommon.h420 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
/dragonfly/contrib/file/src/
H A Dreadelf.h199 #define PT_DYNAMIC 2 macro
H A Dreadelf.c1698 case PT_DYNAMIC: in dophn_exec()
1741 case PT_DYNAMIC: in dophn_exec()
/dragonfly/sys/sys/
H A Delf_common.h352 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-dw2-fde-dip.c296 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-dw2-fde-dip.c289 else if (phdr->p_type == PT_DYNAMIC) in _Unwind_IteratePhdrCallback()
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c139 case PT_DYNAMIC: in map_object()
/dragonfly/sys/platform/pc64/conf/
H A Dldscript.x86_6414 dynamic PT_DYNAMIC ;
/dragonfly/sys/platform/vkernel64/conf/
H A Dldscript.x86_6414 dynamic PT_DYNAMIC ;
/dragonfly/stand/boot/common/
H A Dload_elf.c475 if (phdr[i].p_type == PT_DYNAMIC) { in __elfN()
/dragonfly/sys/kern/
H A Dlink_elf.c520 case PT_DYNAMIC: in link_elf_load_file()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c1141 case PT_DYNAMIC: pt = "DYNAMIC"; break; in get_segment_type()
2468 case PT_DYNAMIC: in bfd_section_from_phdr()
3703 m->p_type = PT_DYNAMIC; in _bfd_elf_make_dynamic_segment()
4564 else if (p->p_type == PT_DYNAMIC in assign_file_positions_for_load_sections()
5553 && (segment->p_type != PT_DYNAMIC \ in rewrite_elf_program_header()
6318 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c1500 case PT_DYNAMIC: pt = "DYNAMIC"; break; in get_segment_type()
2936 case PT_DYNAMIC: in bfd_section_from_phdr()
4321 m->p_type = PT_DYNAMIC; in _bfd_elf_make_dynamic_segment()
5210 else if (p->p_type == PT_DYNAMIC in assign_file_positions_for_load_sections()
6310 && (segment->p_type != PT_DYNAMIC \ in rewrite_elf_program_header()
7073 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()
/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c641 buf = bufstart = read_program_header (PT_DYNAMIC, &sect_size, &arch_size); in scan_dyntag_auxv()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c1637 case PT_DYNAMIC: pt = "DYNAMIC"; break; in get_segment_type()
3081 case PT_DYNAMIC: in bfd_section_from_phdr()
4590 m->p_type = PT_DYNAMIC; in _bfd_elf_make_dynamic_segment()
5666 else if (p->p_type == PT_DYNAMIC in assign_file_positions_for_load_sections()
6893 && (segment->p_type != PT_DYNAMIC \ in rewrite_elf_program_header()
7665 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h485 PT_DYNAMIC = 2,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h484 PT_DYNAMIC = 2,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h899 _ELF_DEFINE_PT(PT_DYNAMIC, 2, \

12