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