#include <gcell/gc_declare_proc.h>
#include <libspe2.h>
Go to the source code of this file.
Function Documentation
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
- Parameters:
-
[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 |
- Returns:
- true if successful, else false