ProgramHeader Type
Represents a program header in ELF. A program header describes a segment of the program.
Record fields
| Record Field | Description | 
            
  | 
        |
            
                
              
              
                  Full Usage: 
                   
              PHAlignment
                  Field type: uint64
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PHFileSize
                  Field type: uint64
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PHFlags
                  Field type: int
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PHMemSize
                  Field type: uint64
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              PHOffset
                  Field type: uint64
                  
                   | 
          |
            
  | 
        |
            
                
              
               | 
          
            
  | 
        
Static members
| Static member | Description | 
            
                
              
              
                  Full Usage: 
                   
              ProgramHeader.FlagsToPerm(flag)
                  Parameters: 
 int
                    
                    Returns: Permission
                  
                  Modifiers: inline  | 
          
            B2R2