#include <gcell/gc_declare_proc.h>#include <libspe2.h>

Go to the source code of this file.
Functions | |
| bool | gcpd_find_table (spe_program_handle_t *program, struct gc_proc_def **table, int *nentries, uint32_t *ls_addr) |
| find the gc_proc_def table in the SPE program | |
| bool gcpd_find_table | ( | spe_program_handle_t * | program, | |
| struct gc_proc_def ** | table, | |||
| int * | nentries, | |||
| uint32_t * | ls_addr | |||
| ) |
find the gc_proc_def table in the SPE program
| [in] | program | is the handle to the loaded SPE program |
| [out] | table | points to the table, if it's found |
| [out] | nentries | is set to the number of entries in the table. |
| [out] | ls_addr | is set to the Local Store address of the table |
1.5.9