/external/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 41 case ELF::PT_DYNAMIC: in printProgramHeaders()
|
/external/elfutils/backends/ |
D | ppc_symbol.c | 94 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()
|
/external/elfutils/tests/ |
D | showptable.c | 82 [PT_DYNAMIC] = "DYNAMIC", in main()
|
D | alldts.c | 117 phdr[1].p_type = PT_DYNAMIC; in main()
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 99 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
|
/external/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 122 case PT_DYNAMIC: in ia64_find_unwind_table()
|
D | Gtables.c | 506 else if (phdr->p_type == PT_DYNAMIC) in callback()
|
/external/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 170 case PT_DYNAMIC: in dwarf_find_unwind_table_memory() 302 case PT_DYNAMIC: in dwarf_find_unwind_table()
|
D | Gfind_proc_info-lsb.c | 645 else if (phdr->p_type == PT_DYNAMIC) in dwarf_callback()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 13 #define PT_DYNAMIC 2 macro
|
/external/linux-kselftest/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 123 } else if (pt[i].p_type == PT_DYNAMIC) { in vdso_init_from_sysinfo_ehdr()
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 69 case PT_DYNAMIC: in load_segments()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 69 case PT_DYNAMIC: in load_segments()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 27 #define PT_DYNAMIC 2 macro
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 182 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) { in find_cfi_check_in_dso()
|
/external/elfutils/libdwfl/ |
D | link_map.c | 602 if (phdr->p_type == PT_DYNAMIC) in consider_executable() 777 case PT_DYNAMIC: in dwfl_link_map_report()
|
D | core-file.c | 435 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get()
|
D | dwfl_segment_report_module.c | 518 case PT_DYNAMIC: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 834 if (phdr->p_type == PT_DYNAMIC) in find_dynsym()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 983 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1016 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1014 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1153 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC); in getElfSegmentType() 1173 LLVM_READOBJ_PHDR_ENUM(ELF, PT_DYNAMIC) in getElfPtType() 1312 if (Phdr.p_type == ELF::PT_DYNAMIC) { in ELFDumper() 2882 if (Phdr.p_type != ELF::PT_DYNAMIC || Sec.sh_size != 0 || Phdr.p_memsz == 0) in checkPTDynamic()
|
/external/elfutils/src/ |
D | elflint.c | 1019 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in check_symtab() 1300 else if (phdr->p_type == PT_DYNAMIC) in check_reloc_shdr() 3013 && phdr->p_type == PT_DYNAMIC) in unknown_dependency_p() 4450 else if (phdr->p_type == PT_DYNAMIC) in check_program_header()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 669 if (ph.p_type == PT_DYNAMIC) { in WriteDSODebugStream()
|