Loader.h File Reference

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 Documentation

#define ALIGN_UP ( ADDR,
ALMNT   )     ((((ADDR)+(ALMNT)-1)/(ALMNT))*(ALMNT))

#define ALIGN_DN ( ADDR,
ALMNT   )     (((ADDR)/(ALMNT))*(ALMNT))


Generated on Mon Aug 30 21:33:06 2010 for ROSE by  doxygen 1.4.7