Home
last modified time | relevance | path

Searched refs:PT_INTERP (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/tests/
Dshowptable.c91 [PT_INTERP] = "INTERP", in main()
128 if (phdr->p_type == PT_INTERP) in main()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp42 case ELF::PT_INTERP: in printProgramHeaders()
/external/grub/stage2/
Di386-elf.h182 #define PT_INTERP 3 macro
/external/valgrind/main/coregrind/m_ume/
Delf.c364 case PT_INTERP: { in VG_()
/external/qemu/
Delf.h27 #define PT_INTERP 3 macro
/external/llvm/include/llvm/Support/
DELF.h1293 PT_INTERP = 3, // Interpreter pathname. enumerator
/external/elfutils/libelf/
Delf.h572 #define PT_INTERP 3 /* Program interpreter */ macro
/external/elfutils/src/
Delflint.c4065 else if (phdr->p_type == PT_INTERP) in check_program_header()
Dreadelf.c951 if (phdr->p_type == PT_INTERP) in print_phdr()
Dldgeneric.c6633 phdr->p_type = PT_INTERP; in ld_generic_create_outfile()
/external/valgrind/main/perf/
Dtinycc.c565 #define PT_INTERP 3 /* Program interpreter */ macro
19586 ph->p_type = PT_INTERP; in tcc_output_file()