Go to the documentation of this file.
28 #define BYTE_RESHUFFLE_VALUE 0x00010203
105 #define DF_LITTLE 0x100
107 #define DF_BYTE_ORDER (DF_LITTLE | DF_BIG)
110 #define TMS470_ID 0x97
112 #define TMS32060_ID 0x99
113 #define LEAD3_ID 0x9c
117 #define TARGET_ID TMS32060_ID
194 #define DN_STATLAB 20
199 #define IMAGE_PACKET_SIZE 1024
292 #define TYPE _u_reloc._r_sym._type
293 #define UVAL _u_reloc._r_uval._uval
294 #define SYMNDX _u_reloc._r_sym._symndx
295 #define OFFSET _u_reloc._r_field._offset
296 #define FIELDSZ _u_reloc._r_field._fieldsz
297 #define WORDSZ _u_reloc._r_field._wordsz
298 #define R_DISP _u_reloc._r_sym._disp
312 #define DOFF_ALIGN(addr) (((addr) + 3) & ~3UL)
326 #define DS_SECTION_TYPE_MASK 0xF
328 #define DS_ALLOCATE_MASK 0x10
330 #define DS_DOWNLOAD_MASK 0x20
332 #define DS_ALIGNMENT_SHIFT 8
338 static inline bool ds_needs_allocation(
struct doff_scnhdr_t *sptr)
343 static inline bool ds_needs_download(
struct doff_scnhdr_t *sptr)
348 static inline int ds_alignment(
u16 ds_flags)