This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Loader |
| This class is the interface for binary file loaders. More... | |
| class | Loader::Selector |
| The interface for deciding whether a section contributes to a mapping. More... | |
Defines | |
| #define | ALIGN_UP(ADDR, ALMNT) ((((ADDR)+(ALMNT)-1)/(ALMNT))*(ALMNT)) |
| #define | ALIGN_DN(ADDR, ALMNT) (((ADDR)/(ALMNT))*(ALMNT)) |
| #define ALIGN_UP | ( | ADDR, | |||
| ALMNT | ) | ((((ADDR)+(ALMNT)-1)/(ALMNT))*(ALMNT)) |
| #define ALIGN_DN | ( | ADDR, | |||
| ALMNT | ) | (((ADDR)/(ALMNT))*(ALMNT)) |
1.4.7