reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
124 case IMAGE_REL_I386_DIR32: add32(off, s + config->imageBase); break; 125 case IMAGE_REL_I386_DIR32NB: add32(off, s); break; 126 case IMAGE_REL_I386_REL32: add32(off, s - p - 4); break; 127 case IMAGE_REL_I386_SECTION: applySecIdx(off, os); break; 128 case IMAGE_REL_I386_SECREL: applySecRel(this, off, os, s); break;