| View previous topic :: View next topic |
| Author |
Message |
clement
Joined: 13 Jul 2004 Posts: 9
|
Posted: Fri Jul 16, 2004 11:33 pm Post subject: irx in elf question |
|
|
I have read loader.c and ps2menu.c.
I wanted to know how and when did the irx-address pointers (e.g. extern u8 *poweroff_irx;) and irx-size variables (e.g. extern int size_poweroff_irx;) have their values assigned as that the source only show the declaration and I don't think SifExecModuleBuffer function is supposed to be called with unassigned variables. |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Sat Jul 17, 2004 1:02 am Post subject: |
|
|
the key here is 'extern' and its just a reference, ps2menu's makefile bin2s libpoweroff.irx so I bet the defines is in that output. _________________ Kung VU |
|
| Back to top |
|
 |
|