Editing SELF - SPRX
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 339: | Line 339: | ||
=== SCE specific segment types (p_type) === | === SCE specific segment types (p_type) === | ||
<source lang=" | <source lang="C"> | ||
#define PT_SCE_RELA 0x60000000 | #define PT_SCE_RELA 0x60000000 | ||
#define PT_SCE_LICINFO_1 0x60000001 | #define PT_SCE_LICINFO_1 0x60000001 | ||
#ddfine PT_SCE_LICINFO_2 0x60000002 | #ddfine PT_SCE_LICINFO_2 0x60000002 | ||
#define PT_SCE_DYNLIBDATA 0x61000000 | #define PT_SCE_DYNLIBDATA 0x61000000 | ||
#define | #define PT_SCE_PROCPARAM 0x61000001 | ||
#define | #define PT_SCE_UNK_61000010 0x61000010 | ||
#define PT_SCE_COMMENT 0x6FFFFF00 | #define PT_SCE_COMMENT 0x6FFFFF00 | ||
#define PT_SCE_LIBVERSION 0x6FFFFF01 | #define PT_SCE_LIBVERSION 0x6FFFFF01 | ||
Line 356: | Line 355: | ||
#define PT_SCE_PPURELA 0x700000A4 | #define PT_SCE_PPURELA 0x700000A4 | ||
#define PT_SCE_SEGSYM 0x700000A8 | #define PT_SCE_SEGSYM 0x700000A8 | ||
</source> | </source> | ||
Line 662: | Line 626: | ||
{{File Formats}}<noinclude> | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> | ||
[[Category:Main]] | |||
</noinclude> |