Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | pe: Add IS_PAGE_ALIGNED macro | Nicholas Bishop | |
This makes some checks in `get_mem_attrs` and `update_mem_attrs` clearer. Also add `test-pe-util.c` with a test for the new macro. The file is named that way instead of `test-pe.c` to avoid having to get `pe.c` building in the unit test environment. Signed-off-by: Nicholas Bishop <nicholasbishop@google.com> |