Next: x1f4_ilink_operator2s, Previous: x1f4_fix_function, Up: Miscellaneous Functions [Index]
extern void x1f4_get_function (const char *name, unsigned size, const void *context, const struct x1f4_function_type **function);
The x1f4_get_function
function looks up the struct
x1f4_function_type
definition for a size
long function name stored at
name
, in the context
lookup context.
The context
is assumed a libaime named objects collection,
operable via the named objects collection routines and mapping function names
for struct x1f4_function_type
function definitions.
See Named Objects Collections.
See struct x1f4_function_type.
The function returns 0
for lookup success, non zero otherwise.