Home
last modified time | relevance | path

Searched refs:PT_PHDR (Results 1 – 17 of 17) sorted by relevance

/external/llvm/tools/llvm-objdump/
DELFDump.cpp46 case ELF::PT_PHDR: in printProgramHeaders()
/external/elfutils/src/tests/
Dshowptable.c86 [PT_PHDR] = "PHDR" in main()
Dupdate2.c98 phdr[0].p_type = PT_PHDR; in main()
Dupdate3.c107 phdr[0].p_type = PT_PHDR; in main()
Dalldts.c116 phdr[0].p_type = PT_PHDR; in main()
Dupdate4.c111 phdr[0].p_type = PT_PHDR; in main()
/external/kernel-headers/original/uapi/linux/
Delf.h31 #define PT_PHDR 6 macro
/external/valgrind/coregrind/m_ume/
Delf.c356 case PT_PHDR: in VG_()
/external/llvm/include/llvm/Support/
DELF.h926 PT_PHDR = 6, // The program header table itself. enumerator
/external/elfutils/src/libdwfl/
Dlink_map.c760 case PT_PHDR: in dwfl_link_map_report()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1646 CASE_AND_STREAM(s, PT_PHDR , kStrWidth); in DumpELFProgramHeader_p_type()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp484 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR ); in getElfSegmentType()
/external/elfutils/src/libelf/
Delf.h579 #define PT_PHDR 6 /* Entry for header table itself */ macro
/external/elfutils/src/src/
Delflint.c4256 else if (phdr->p_type == PT_PHDR) in check_program_header()
Dldgeneric.c6608 phdr->p_type = PT_PHDR; in ld_generic_create_outfile()
DChangeLog2611 (check_program_header): Check that PT_PHDR is loaded and that offset
/external/valgrind/perf/
Dtinycc.c568 #define PT_PHDR 6 /* Entry for header table itself */ macro