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