commit | aa9228854fc8ee8593680cb11a2bcb7a405ec440 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Mon Jun 03 13:01:43 2019 -0400 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Jun 06 14:21:32 2019 -0700 |
tree | 001b63874b587bb41365e9f1436f1c912a6b3b15 | |
parent | b1d3742ce21ecd8c88bfc983bb47c6b593638ddf [diff] |
linker generated list: provide an iterator to simplify list access Given that the section name and boundary simbols can be inferred from the struct object name, it makes sense to create an iterator that abstracts away the access details and reduce the possibility for mistakes. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>