Next: , Previous: , Up: Miscellaneous Functions   [Index]


3.22.5.2 x1f4_fix_function

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.