Lines Matching refs:image_pos
97 self.image_pos = None
176 self.image_pos = fdt_util.GetInt(self._node, 'image-pos')
247 if self.image_pos is not None:
248 state.SetInt(self._node, 'image-pos', self.image_pos - base)
504 def SetImagePos(self, image_pos): argument
510 self.image_pos = image_pos + self.offset
554 def WriteMapLine(fd, indent, name, offset, size, image_pos): argument
555 print('%s %s%s %s %s' % (Entry.GetStr(image_pos), ' ' * indent,
567 self.image_pos)
706 return self.section.GetEntries()[name].image_pos
709 def AddEntryInfo(entries, indent, name, etype, size, image_pos, argument
725 entries.append(EntryInfo(indent, name, etype, size, image_pos,
738 self.image_pos, self.uncomp_size, self.offset, self)