Home
last modified time | relevance | path

Searched defs:LDR_SECTION_INFO (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
Ddynamic_loader.h340 struct LDR_SECTION_INFO { struct
342 const char *name;
343 LDR_ADDR run_addr; /* execution address of the section */
344 LDR_ADDR load_addr; /* load address of the section */
345 LDR_ADDR size; /* size of the section in addressable units */
348 u16 page; /* memory page or view */
372 /* use this macro to extract type of section from LDR_SECTION_INFO.type field */ argument