Searched refs:PT_INTERP (Results 1 – 18 of 18) sorted by relevance
252 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
647 #define PT_INTERP 3 macro
369 { PT_INTERP, "INTERP" }, { PT_NOTE, "NOTE" }, { PT_SHLIB, "SHLIB" },
1015 PT_INTERP = 3, // Interpreter pathname. enumerator
1186 PT_INTERP = 3, // Interpreter pathname. enumerator
1733 else if (phdr->p_type == PT_INTERP) in __dls3()1808 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
1749 else if (phdr->p_type == PT_INTERP) in __dls3()1831 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
596 #define PT_INTERP 3 macro
597 #define PT_INTERP 3 macro
49 ECase(PT_INTERP); in enumeration()
2699 else if (phdr->p_type == PT_INTERP) in __dls3()2774 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
1026 - passing PT_INTERP to dlopen attempted to double-load libc