Lines Matching full:entries
5 # Base class for sections (collections of entries)
20 """A section which contains multiple entries
22 A section represents a collection of entries. There must be one or more
23 sections in an image. Sections are used to group entries together.
35 _sort: True if entries should be sorted by offset, False if they
38 effectively adjust the starting offset of entries. For example,
46 _name_prefix: Prefix to add to the name of all entries within this
48 _entries: OrderedDict() of entries
249 """Handle entries that want to set the offset/size of other entries
252 of entries to update, it updates them.
260 """Pack all entries into the section"""
267 """Sort entries by offset"""
268 entries = sorted(self._entries.values(), key=lambda entry: entry.offset)
270 for entry in entries:
274 """Expand any entries that are permitted to"""
286 """Check that entries do not overlap or extend outside the section
288 This also sorts entries, if needed and expands
358 _binman_u_boot_any_prop_offset will match entries called u-boot,
402 """Get the number of entries in a section
405 Number of entries in a section
413 entries within it have been packed, so that the size has been