Searched refs:_section (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/tools/binman/etype/ |
| H A D | section.py | 35 self._section = bsection.Section(node.name, section, node, 39 return self._section.GetFdtSet() 42 return self._section.ProcessFdt(fdt) 46 self._section.ExpandEntries() 50 self._section.AddMissingProperties() 53 return self._section.GetEntryContents() 56 return self._section.GetData() 64 self._section.GetEntryOffsets() 69 self._section.PackEntries() 70 self._section.SetOffset(offset) [all …]
|
| H A D | files.py | 57 self._section._ReadEntries()
|
| /openbmc/u-boot/tools/binman/ |
| H A D | image.py | 45 self._section = bsection.Section('main-section', None, self._node, 56 self._section = bsection.Section('main-section', None, self._node, self) 60 return self._section.GetFdtSet() 69 self._section.ExpandEntries() 80 self._section.AddMissingProperties() 88 return self._section.ProcessFdt(fdt) 93 self._section.GetEntryContents() 101 self._section.GetEntryOffsets() 105 self._section.PackEntries() 109 self._size = self._section.CheckSize() [all …]
|
| H A D | image_test.py | 15 section = image._section 24 section = image._section 33 section = image._section 44 section = image._section
|
| H A D | ftest.py | 1584 entries = files._section._entries
|
| /openbmc/qemu/system/ |
| H A D | memory.c | 132 #define MEMORY_LISTENER_CALL(_as, _callback, _direction, _section, _args...) \ argument 140 _listener->_callback(_listener, _section, ##_args); \ 147 _listener->_callback(_listener, _section, ##_args); \
|
| /openbmc/libcper/specification/document/ |
| H A D | cper-json-specification.tex | 71 This is the structure returned by \texttt{cper\_single\_section\_to\_ir(FILE* cper\_file)} as JSON …
|