Home
last modified time | relevance | path

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

/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h252 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h252 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
/third_party/elfio/elfio/
Delf_types.hpp647 #define PT_INTERP 3 macro
Delfio_dump.hpp369 { PT_INTERP, "INTERP" }, { PT_NOTE, "NOTE" }, { PT_SHLIB, "SHLIB" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1015 PT_INTERP = 3, // Interpreter pathname. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1186 PT_INTERP = 3, // Interpreter pathname. enumerator
/third_party/musl/ldso/
Ddynlink.c1733 else if (phdr->p_type == PT_INTERP) in __dls3()
1808 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1749 else if (phdr->p_type == PT_INTERP) in __dls3()
1831 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1749 else if (phdr->p_type == PT_INTERP) in __dls3()
1831 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h596 #define PT_INTERP 3 macro
/third_party/musl/porting/linux/user/include/
Delf.h597 #define PT_INTERP 3 macro
/third_party/musl/ndk_musl_include/
Delf.h596 #define PT_INTERP 3 macro
/third_party/musl/include/
Delf.h596 #define PT_INTERP 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h596 #define PT_INTERP 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h596 #define PT_INTERP 3 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp49 ECase(PT_INTERP); in enumeration()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2699 else if (phdr->p_type == PT_INTERP) in __dls3()
2774 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/musl/
DWHATSNEW1026 - passing PT_INTERP to dlopen attempted to double-load libc