#include <symbolification.h>
◆ MAXON_INTERFACE_NONVIRTUAL()
◆ Alloc()
- Parameters
 - 
  
    | [in] | allocLocation | Source location.  | 
  
   
 
 
◆ Init()
Initializes the symbolification interface. 
- Parameters
 - 
  
    | [in] | symbolFile | Refers to a dsym bundle or pdb file (must be stored on the local file system).  | 
    | [in] | architecture | Used to select the architecture (for libraries with multiple binaries, for example "x86_64").  | 
  
   
- Returns
 - OK on success. 
 
 
 
◆ FindSymbol()
Returns the file, line number and function name corresponding to an address. 
- Parameters
 - 
  
    | [in] | addr | Address (must be relative to the start of the module).  | 
    | [out] | file | Name of the source file.  | 
    | [out] | line | Line in the source file.  | 
    | [out] | function | Name of the function.  | 
  
   
- Returns
 - OK on success.