コード例 #1
0
ファイル: section.py プロジェクト: alfred-gw/pybfd
 def flags(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.FLAGS)
コード例 #2
0
ファイル: section.py プロジェクト: alfred-gw/pybfd
 def file_offset(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.FILE_POS)
コード例 #3
0
ファイル: section.py プロジェクト: alfred-gw/pybfd
 def lma(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.LMA)
コード例 #4
0
ファイル: section.py プロジェクト: alfred-gw/pybfd
 def alignment(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.ALIGNMENT)
コード例 #5
0
ファイル: section.py プロジェクト: alfred-gw/pybfd
 def size(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.SIZE)
コード例 #6
0
ファイル: section.py プロジェクト: alfred-gw/pybfd
 def name(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.NAME)
コード例 #7
0
ファイル: section.py プロジェクト: alfred-gw/pybfd
 def index(self):
     #return self._index
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.INDEX)
コード例 #8
0
ファイル: section.py プロジェクト: brandonhuddle-carve/pybfd3
 def entry_size(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.ENTSIZE)
コード例 #9
0
ファイル: section.py プロジェクト: Groundworkstech/pybfd
 def entry_size(self):
     return _bfd.get_section_attribute(self._ptr, SectionAttributes.ENTSIZE)