patch_defined_symbol
patch_defined_symbol(image, symbolName, _location, &symbolType);
patch_defined_symbol(candidateImage, symbolName, _location,
patch_defined_symbol(image, symbolName, &location, &type);
patch_defined_symbol(*foundInImage, name, symbol, type);
patch_defined_symbol(image, lookupInfo.name, &location, &symbolType);
patch_defined_symbol(candidateImage, lookupInfo.name, _location,
void patch_defined_symbol(image_t* image, const char* name,