Searched refs:PT_PHDR (Results 1 - 17 of 17) sorted by last modified time

/external/valgrind/main/perf/
H A Dtinycc.c568 #define PT_PHDR 6 /* Entry for header table itself */ macro
/external/valgrind/main/coregrind/m_ume/
H A Delf.c358 case PT_PHDR:
/external/qemu/include/
H A Delf.h30 #define PT_PHDR 6 macro
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp46 case ELF::PT_PHDR:
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp481 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR );
/external/llvm/include/llvm/Support/
H A DELF.h1595 PT_PHDR = 6, // The program header table itself. enumerator in enum:llvm::ELF::__anon25601
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1646 CASE_AND_STREAM(s, PT_PHDR , kStrWidth);
/external/kernel-headers/original/uapi/linux/
H A Delf.h31 #define PT_PHDR 6 macro
/external/elfutils/0.153/libdwfl/
H A Dlink_map.c696 case PT_PHDR:
/external/elfutils/0.153/libelf/
H A Delf.h580 #define PT_PHDR 6 /* Entry for header table itself */ macro
/external/elfutils/0.153/src/
H A Delflint.c4198 else if (phdr->p_type == PT_PHDR)
H A Dldgeneric.c6616 phdr->p_type = PT_PHDR;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h63 #define PT_PHDR 6 macro
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc103 case PT_PHDR: type = "PHDR"; break;
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_loader.cpp227 // If there is a PT_PHDR, use it directly.
229 if (phdr->p_type == PT_PHDR) {
H A Dcrazy_linker_elf_view.cpp46 // First, if there is a PT_PHDR, use it directly.
49 if (entry->p_type == PT_PHDR) {
/external/chromium_org/courgette/
H A Dtypes_elf.h113 PT_PHDR = 6, enumerator in enum:ph_type_values

Completed in 2642 milliseconds