Searched refs:PT_INTERP (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/lib/
H A Delf.py65 a header of type PT_INTERP.
91 PT_INTERP = 3
97 if phdr_type == PT_INTERP:
/external/chromium_org/courgette/
H A Dtypes_elf.h110 PT_INTERP = 3, enumerator in enum:ph_type_values
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp40 case ELF::PT_INTERP:
/external/chromium_org/third_party/libvpx/include/
H A Delf.h60 #define PT_INTERP 3 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h28 #define PT_INTERP 3 macro
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getdwarf.c398 .interp, the section that became the PT_INTERP segment. So we exclude
399 the SHT_PROGBITS section whose address matches the PT_INTERP p_vaddr.
400 For this reason, we must examine the phdrs first to find PT_INTERP. */
412 if (phdr.p_type == PT_INTERP)
439 if (phdr.p32[i].p_type == PT_INTERP)
448 if (phdr.p64[i].p_type == PT_INTERP)
483 matches the PT_INTERP p_vaddr. The special sections that can be
485 becomes PT_INTERP). The "real" sections cannot move as such, but
/external/valgrind/main/coregrind/m_ume/
H A Delf.c268 particular looking out fo the PT_INTERP header, which describes
369 case PT_INTERP: {
/external/qemu/include/
H A Delf.h27 #define PT_INTERP 3 macro
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc102 case PT_INTERP: type = "INTERP"; break;
/external/llvm/include/llvm/Support/
H A DELF.h1592 PT_INTERP = 3, // Interpreter pathname. enumerator in enum:llvm::ELF::__anon25601
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp478 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP );
/external/elfutils/0.153/libelf/
H A Delf.h577 #define PT_INTERP 3 /* Program interpreter */ macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1643 CASE_AND_STREAM(s, PT_INTERP , kStrWidth);
/external/elfutils/0.153/src/
H A Dreadelf.c1015 if (phdr->p_type == PT_INTERP)
1625 /* Find the program header and look for a PT_INTERP entry. */
1636 if (phdr != NULL && phdr->p_type == PT_INTERP)
1798 /* Find the program header and look for a PT_INTERP entry. */
1809 if (phdr != NULL && phdr->p_type == PT_INTERP)
H A Delflint.c4115 else if (phdr->p_type == PT_INTERP)
H A Dldgeneric.c6630 phdr->p_type = PT_INTERP;
/external/valgrind/main/perf/
H A Dtinycc.c565 #define PT_INTERP 3 /* Program interpreter */ macro
19588 ph->p_type = PT_INTERP;

Completed in 933 milliseconds