Searched refs:PT_INTERP (Results 1 – 9 of 9) sorted by relevance
37 PT_INTERP = 3 variable in ELFFile126 if p_type == ELFFile.PT_INTERP:
33 case PT_INTERP:
92 case PT_INTERP:238 case PT_INTERP:
89 + case PT_INTERP:
7 linker will generate binaries with a 4096 bytes PT_INTERP section. When the binaries
457 #define PT_INTERP 3 /* the RTLD */ macro
660 if (elf_ppnt->p_type == PT_INTERP) { in load_elf_binary()
25 #define PT_INTERP 3 macro
1262 * @pinterp_name: record any PT_INTERP string found.1328 } else if (eppnt->p_type == PT_INTERP && pinterp_name) {1332 error_setg(&err, "Multiple PT_INTERP entries");1342 error_setg(&err, "Invalid PT_INTERP entry");