Lines Matching full:section
32 * Get Section Information
35 * to query section information and extract section data from dynamic load
72 * sectionName Pointer to the string name of the section desired
73 * sectionInfo Address of a section info structure pointer to be initialized
76 * Finds the specified section in the module information, and fills in
80 * TRUE for success, FALSE for section not found
92 * secn Section number 0..
93 * sectionInfo Address of a section info structure pointer to be initialized
96 * Finds the secn'th section in the specified module, and fills in
112 * sectSize The actual size of the section in target addressable units
115 * Rounds up the section size to the next multiple of 32 bits.
118 * The rounded-up section size.
127 * sectionInfo Pointer to a section info structure for the desired section
128 * sectionData Buffer to contain the section initialized data
131 * Copies the initialized data for the specified section into the
135 * TRUE for success, FALSE for section not found