_Unwind_FindEnclosingFunction

Name

_Unwind_FindEnclosingFunction -- private C++ error handling method

Synopsis

void * _Unwind_FindEnclosingFunction(void * ip);

Description

_Unwind_FindEnclosingFunction() Find the start address of the procedure containing the specified ip or NULL if it cannot be found (for example, because the function has no unwind info).

Note that there is not necessarily a one-to-one correspondence between source level functions and procedures. Some functions do not have unwind-info and others are split into multiple procedures.