| 
| def  | __init__ (self, data) | 
|   | 
| def  | find_section (self, name) | 
|   | 
| def  | add_section (self, name, sh_type, sh_flags, sh_link, sh_info, sh_addralign, sh_entsize, data) | 
|   | 
| def  | drop_irrelevant_sections (self) | 
|   | 
| def  | write (self, filename) | 
|   | 
◆ __init__()
      
        
          | def asm-processor.ElfFile.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          data  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ add_section()
      
        
          | def asm-processor.ElfFile.add_section  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          name,  | 
        
        
           | 
           | 
            | 
          sh_type,  | 
        
        
           | 
           | 
            | 
          sh_flags,  | 
        
        
           | 
           | 
            | 
          sh_link,  | 
        
        
           | 
           | 
            | 
          sh_info,  | 
        
        
           | 
           | 
            | 
          sh_addralign,  | 
        
        
           | 
           | 
            | 
          sh_entsize,  | 
        
        
           | 
           | 
            | 
          data  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ drop_irrelevant_sections()
      
        
          | def asm-processor.ElfFile.drop_irrelevant_sections  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ find_section()
      
        
          | def asm-processor.ElfFile.find_section  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          name  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ write()
      
        
          | def asm-processor.ElfFile.write  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          filename  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ data
      
        
          | asm-processor.ElfFile.data | 
        
      
 
 
◆ elf_header
      
        
          | asm-processor.ElfFile.elf_header | 
        
      
 
 
◆ sections
      
        
          | asm-processor.ElfFile.sections | 
        
      
 
 
◆ symtab
      
        
          | asm-processor.ElfFile.symtab | 
        
      
 
 
The documentation for this class was generated from the following file: