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