Next: x1f4_get_function, Previous: x1f4_dump_type, Up: Miscellaneous Functions [Index]
extern void x1f4_fix_function (const void *context, const struct x1f4_function_type *function_data, void **text);
The x1f4_fix_function
function looks up the specific execution context
for the function described by the function_data
struct
x1f4_function_type
definition. It stores the found context at the address
indicated by text
.
See Per Function Execution Context.
The struct x1f4_function_type
record is assumed the function
field of a larger struct x1f4_linetext_type
definition, in which the
context
field is the searched for function specific execution context.
The first argument is not used.
See struct x1f4_linetext_type.
The function returns 0
.