Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dshowptable.c83 [PT_INTERP] = "INTERP", in main()
120 if (phdr->p_type == PT_INTERP) in main()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp40 case ELF::PT_INTERP: in printProgramHeaders()
/external/kernel-headers/original/uapi/linux/
Delf.h28 #define PT_INTERP 3 macro
/external/elfutils/src/libdwfl/
Ddwfl_module_getdwarf.c357 if (phdr.p_type == PT_INTERP) in find_prelink_address_sync()
384 if (phdr.p32[i].p_type == PT_INTERP) in find_prelink_address_sync()
393 if (phdr.p64[i].p_type == PT_INTERP) in find_prelink_address_sync()
DChangeLog982 PT_INTERP p_vaddr separately from main phdrs and undo phdrs.
985 last change, so we recognize PT_INTERP in ELFCLASS64 correctly.
/external/valgrind/coregrind/m_ume/
Delf.c367 case PT_INTERP: { in VG_()
/external/llvm/include/llvm/Support/
DELF.h923 PT_INTERP = 3, // Interpreter pathname. enumerator
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1643 CASE_AND_STREAM(s, PT_INTERP , kStrWidth); in DumpELFProgramHeader_p_type()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp481 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP ); in getElfSegmentType()
/external/elfutils/src/libelf/
Delf.h576 #define PT_INTERP 3 /* Program interpreter */ macro
/external/elfutils/src/src/
Dreadelf.c1202 if (phdr->p_type == PT_INTERP) in print_phdr()
1850 if (phdr != NULL && phdr->p_type == PT_INTERP) in handle_relocs_rel()
2041 if (phdr != NULL && phdr->p_type == PT_INTERP) in handle_relocs_rela()
Delflint.c4173 else if (phdr->p_type == PT_INTERP) in check_program_header()
Dldgeneric.c6622 phdr->p_type = PT_INTERP; in ld_generic_create_outfile()
DChangeLog312 offset given by p_offsets for a PT_INTERP segment before trying to
/external/valgrind/perf/
Dtinycc.c565 #define PT_INTERP 3 /* Program interpreter */ macro
19586 ph->p_type = PT_INTERP; in tcc_output_file()