Symbol Type
Represents a symbol in a Mach-O file.
Record fields
| Record Field | Description | 
            
                
              
              
                  Full Usage: 
                   
              IsExternal
                  Field type: bool
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SecNum
                  Field type: int
                  
                   | 
          |
            
  | 
        |
            
                
              
              
                  Full Usage: 
                   
              SymDesc
                  Field type: int16
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SymName
                  Field type: string
                  
                   | 
          |
            
                
              
               | 
          
            
  | 
        
            
  | 
        
Static members
| Static member | Description | 
            
                
              
              
                  Full Usage: 
                   
              Symbol.IsFunc(secText, s)
                  Parameters: 
 int
                    
                    s : Symbol
                    
                    Returns: bool
                  
                  Modifiers: inline  | 
          |
            
                
              
               | 
          
            B2R2