Home
last modified time | relevance | path

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

12

/external/llvm/tools/llvm-objdump/
DELFDump.cpp41 case ELF::PT_DYNAMIC: in printProgramHeaders()
/external/elfutils/tests/
Dshowptable.c82 [PT_DYNAMIC] = "DYNAMIC", in main()
Dalldts.c117 phdr[1].p_type = PT_DYNAMIC; in main()
/external/elfutils/backends/
Dppc_symbol.c94 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()
/external/libunwind/src/ia64/
DGfind_unwind_table.c122 case PT_DYNAMIC: in ia64_find_unwind_table()
DGtables.c506 else if (phdr->p_type == PT_DYNAMIC) in callback()
/external/libunwind/src/dwarf/
DGfind_unwind_table.c170 case PT_DYNAMIC: in dwarf_find_unwind_table_memory()
302 case PT_DYNAMIC: in dwarf_find_unwind_table()
DGfind_proc_info-lsb.c645 else if (phdr->p_type == PT_DYNAMIC) in dwarf_callback()
/external/compiler-rt/lib/cfi/
Dcfi.cc109 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) { in find_cfi_check_in_dso()
/external/kernel-headers/original/uapi/linux/
Delf.h27 #define PT_DYNAMIC 2 macro
/external/llvm/include/llvm/Object/
DELF.h411 assert(Phdr->p_type == ELF::PT_DYNAMIC && "Got the wrong program header"); in dynamic_table_begin()
423 assert(Phdr->p_type == ELF::PT_DYNAMIC && "Got the wrong program header"); in dynamic_table_end()
/external/elfutils/libdwfl/
Dlink_map.c602 if (phdr->p_type == PT_DYNAMIC) in consider_executable()
777 case PT_DYNAMIC: in dwfl_link_map_report()
Dcore-file.c435 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get()
Ddwfl_segment_report_module.c518 case PT_DYNAMIC: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c834 if (phdr->p_type == PT_DYNAMIC) in find_dynsym()
DChangeLog1473 apply it to PT_DYNAMIC p_vaddr so we handle a PIE correctly.
/external/llvm/include/llvm/Support/
DELF.h991 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/external/elfutils/src/
Delflint.c1019 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()
Dldgeneric.c6643 phdr->p_type = PT_DYNAMIC; in ld_generic_create_outfile()
DChangeLog3255 (check_program_header): Check that PT_DYNAMIC entry matches .dynamic
Dreadelf.c1795 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in print_dynamic()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc669 if (ph.p_type == PT_DYNAMIC) { in WriteDSODebugStream()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp837 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC); in getElfSegmentType()
911 if (Phdr.p_type == ELF::PT_DYNAMIC) { in ELFDumper()
/external/elfutils/libelf/
Delf.h601 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1748 if (a_phdr.p_type == PT_DYNAMIC && di->soname == NULL) { in ML_()

12