Searched defs:num_sections (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/win/
H A Dpe_image.cc137 int num_sections = GetNumSections(); local
139 for (int i = 0; i < num_sections; i++) {
241 UINT num_sections = nt_headers->FileHeader.NumberOfSections; local
244 for (UINT i = 0; i < num_sections; i++, section++) {

Completed in 168 milliseconds