HomeSort by relevance Sort by last modified time
    Searched defs:rvas (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/win/
pe_image.cc 411 // check if VC7-style imports, using RVAs instead of
413 bool rvas = (delay_descriptor->grAttrs & dlattrRva) != 0; local
415 if (rvas) {
469 bool rvas = (delay_descriptor->grAttrs & dlattrRva) != 0; local
471 if (rvas) {
  /external/chromium_org/base/win/
pe_image.cc 412 // check if VC7-style imports, using RVAs instead of
414 bool rvas = (delay_descriptor->grAttrs & dlattrRva) != 0; local
416 if (rvas) {
470 bool rvas = (delay_descriptor->grAttrs & dlattrRva) != 0; local
472 if (rvas) {

Completed in 2235 milliseconds