Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DELFDump.cpp44 case ELF::PT_PHDR: in printProgramHeaders()
/external/elfutils/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.c369 case PT_PHDR: in VG_()
/external/llvm/include/llvm/Support/
DELF.h995 PT_PHDR = 6, // The program header table itself. enumerator
/external/elfutils/libdwfl/
Dlink_map.c766 case PT_PHDR: in dwfl_link_map_report()
/external/elfutils/libelf/
Delf.h605 #define PT_PHDR 6 /* Entry for header table itself */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp841 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR ); in getElfSegmentType()
/external/elfutils/src/
Delflint.c4532 else if (phdr->p_type == PT_PHDR) in check_program_header()
Dldgeneric.c6608 phdr->p_type = PT_PHDR; in ld_generic_create_outfile()
DChangeLog3096 (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