Lines Matching refs:section
267 section = self.elffile.get_section_by_name(force_unicode(spec))
268 if section is None:
272 section = self.elffile.get_section_by_name(force_bytes(spec))
273 return section
326 section = self._section_from_spec(section_spec)
327 if section is None:
330 data = section.data()
353 def find_librte_eal(self, section): argument
354 for tag in section.iter_tags():
366 section = self._section_from_spec(".dynamic")
368 eallib = self.find_librte_eal(section)
373 dtr = self.get_dt_runpath(section)
390 section = scanelf._section_from_spec(".rodata")
391 if section is None:
396 data = section.data()