Searched refs:PT_DYNAMIC (Results 1 - 24 of 24) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp41 case ELF::PT_DYNAMIC:
/external/elfutils/backends/
H A Dppc_symbol.c94 if (phdr == NULL || phdr->p_type != PT_DYNAMIC)
114 /* There is only one PT_DYNAMIC entry. */
/external/elfutils/tests/
H A Dshowptable.c82 [PT_DYNAMIC] = "DYNAMIC",
H A Dalldts.c117 phdr[1].p_type = PT_DYNAMIC;
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c48 /* If we have a PT_DYNAMIC program header, fetch the gp-value
122 case PT_DYNAMIC:
H A DGtables.c506 else if (phdr->p_type == PT_DYNAMIC)
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c170 case PT_DYNAMIC:
302 case PT_DYNAMIC:
H A DGfind_proc_info-lsb.c645 else if (phdr->p_type == PT_DYNAMIC)
/external/compiler-rt/lib/cfi/
H A Dcfi.cc109 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) {
/external/llvm/include/llvm/Object/
H A DELF.h411 assert(Phdr->p_type == ELF::PT_DYNAMIC && "Got the wrong program header");
423 assert(Phdr->p_type == ELF::PT_DYNAMIC && "Got the wrong program header");
/external/kernel-headers/original/uapi/linux/
H A Delf.h27 #define PT_DYNAMIC 2 macro
/external/elfutils/libdwfl/
H A Dlink_map.c605 if (phdr->p_type == PT_DYNAMIC)
760 /* If we found the phdr dimensions, search phdrs for PT_DYNAMIC. */
781 case PT_DYNAMIC:
899 /* We are looking for PT_DYNAMIC. */
950 /* If we found PT_DYNAMIC, search it for DT_DEBUG. */
H A Dcore-file.c435 if (phdr->p_type == PT_DYNAMIC)
495 /* PT_NOTE -> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */
H A Ddwfl_segment_report_module.c438 /* If we see PT_DYNAMIC, record it here. */
518 case PT_DYNAMIC:
H A Ddwfl_module_getdwarf.c834 if (phdr->p_type == PT_DYNAMIC)
/external/llvm/include/llvm/Support/
H A DELF.h991 PT_DYNAMIC = 2, // Dynamic linking information. enumerator in enum:llvm::ELF::__anon12049
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp837 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC);
911 if (Phdr.p_type == ELF::PT_DYNAMIC) {
/external/elfutils/src/
H A Delflint.c1019 if (phdr != NULL && phdr->p_type == PT_DYNAMIC)
1300 else if (phdr->p_type == PT_DYNAMIC)
3013 && phdr->p_type == PT_DYNAMIC)
4450 else if (phdr->p_type == PT_DYNAMIC)
H A Dldgeneric.c6643 phdr->p_type = PT_DYNAMIC;
H A Dreadelf.c1795 if (phdr != NULL && phdr->p_type == PT_DYNAMIC)
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc657 // Search for the program PT_DYNAMIC segment
669 if (ph.p_type == PT_DYNAMIC) {
/external/elfutils/libelf/
H A Delf.h601 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c1748 if (a_phdr.p_type == PT_DYNAMIC && di->soname == NULL) {
/external/valgrind/perf/
H A Dtinycc.c564 #define PT_DYNAMIC 2 /* Dynamic linking information */ macro
19604 ph->p_type = PT_DYNAMIC;

Completed in 429 milliseconds