Ejemplo n.º 1
0
 def flags(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.FLAGS)
Ejemplo n.º 2
0
 def file_offset(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.FILE_POS)
Ejemplo n.º 3
0
 def lma(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.LMA)
Ejemplo n.º 4
0
 def alignment(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.ALIGNMENT)
Ejemplo n.º 5
0
 def size(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.SIZE)
Ejemplo n.º 6
0
 def name(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.NAME)
Ejemplo n.º 7
0
 def index(self):
     #return self._index
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.INDEX)
Ejemplo n.º 8
0
 def entry_size(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.ENTSIZE)
Ejemplo n.º 9
0
 def entry_size(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.ENTSIZE)