예제 #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
 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)