Searched refs:image_base_str (Results 1 – 1 of 1) sorted by relevance
645 const char* image_base_str = option.substr(strlen("--base=")).data(); in ParseArgs() local647 image_base_ = strtoul(image_base_str, &end, 16); in ParseArgs()648 if (end == image_base_str || *end != '\0') { in ParseArgs()