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

  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 628 char *image_base_str = 0; local
702 image_base_str = optarg;
937 if (! image_base_str || strlen (image_base_str) == 0)
942 image_base_str = tmpbuf;
946 dyn_string_append_cstr (driver_cmdline, image_base_str);
    [all...]
  /art/dex2oat/
dex2oat.cc 693 const char* image_base_str = option.substr(strlen("--base=")).data(); local
695 image_base_ = strtoul(image_base_str, &end, 16);
696 if (end == image_base_str || *end != '\0') {
    [all...]

Completed in 66 milliseconds