SectionHeaderIdx Type
Represents the relevant section header index of a symbol. Every symbol table entry is defined in relation to some section.
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              SHN_ABS
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SHN_COMMON
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SHN_UNDEF
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SHN_XINDEX
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              SectionIndex int
                  Parameters: 
 int
                    
                     | 
          
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsSHN_ABS
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsSHN_COMMON
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsSHN_UNDEF
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsSHN_XINDEX
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsSectionIndex
                  Returns: bool
                  
                   | 
          
            
  | 
        
Static members
| Static member | Description | 
            
                
              
               | 
          |
            
                
              
               | 
          
            B2R2