Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dshowptable.c83 [PT_INTERP] = "INTERP", in main()
120 if (phdr->p_type == PT_INTERP) in main()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp38 case ELF::PT_INTERP: in printProgramHeaders()
/external/minijail/
Delfparse.c45 if (pheader.p_type == PT_INTERP) { \
/external/syslinux/gpxe/src/include/
Delf.h100 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
/external/syslinux/com32/include/sys/
Delfcommon.h14 #define PT_INTERP 3 macro
/external/kernel-headers/original/uapi/linux/
Delf.h28 #define PT_INTERP 3 macro
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c375 if (phdr.p_type == PT_INTERP) in find_prelink_address_sync()
409 if ((*p32)[i].p_type == PT_INTERP) in find_prelink_address_sync()
419 if ((*p64)[i].p_type == PT_INTERP) in find_prelink_address_sync()
DChangeLog1331 PT_INTERP p_vaddr separately from main phdrs and undo phdrs.
1334 last change, so we recognize PT_INTERP in ELFCLASS64 correctly.
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h984 PT_INTERP = 3, // Interpreter pathname. enumerator
/external/llvm/include/llvm/Support/
DELF.h1017 PT_INTERP = 3, // Interpreter pathname. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1015 PT_INTERP = 3, // Interpreter pathname. enumerator
/external/valgrind/coregrind/m_ume/
Delf.c638 case PT_INTERP: { in VG_()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1154 LLVM_READOBJ_ENUM_CASE(ELF, PT_INTERP ); in getElfSegmentType()
1174 LLVM_READOBJ_PHDR_ENUM(ELF, PT_INTERP) in getElfPtType()
2933 if (Phdr.p_type == ELF::PT_INTERP) { in printProgramHeaders()
/external/kmod/port-gnu/
Delf.h601 #define PT_INTERP 3 /* Program interpreter */ macro
/external/elfutils/libelf/
Delf.h602 #define PT_INTERP 3 /* Program interpreter */ macro
/external/elfutils/src/
Dreadelf.c1280 if (phdr->p_type == PT_INTERP) in print_phdr()
1938 if (phdr != NULL && phdr->p_type == PT_INTERP) in handle_relocs_rel()
2129 if (phdr != NULL && phdr->p_type == PT_INTERP) in handle_relocs_rela()
Delflint.c4433 else if (phdr->p_type == PT_INTERP) in check_program_header()
Dldgeneric.c6622 phdr->p_type = PT_INTERP; in ld_generic_create_outfile()
DChangeLog797 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()