Searched defs:LDR_SECTION_INFO (Results 1 – 1 of 1) sorted by relevance
340 struct LDR_SECTION_INFO { struct342 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