HomeSort by: relevance | last modified time | path
    Searched defs:argv_ptrs_location (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 2578 int argv_ptrs_location = 0; /* Location of pointers to cmdline local
2670 argv_ptrs_location = new_sp;
2679 SET_MEMORY_L (argv_ptrs_location, argv_ptrs[i]);
2683 SET_MEMORY_W (argv_ptrs_location, argv_ptrs[i]);
2688 argv_ptrs_location += char_ptr_size;
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 2578 int argv_ptrs_location = 0; /* Location of pointers to cmdline local
2670 argv_ptrs_location = new_sp;
2679 SET_MEMORY_L (argv_ptrs_location, argv_ptrs[i]);
2683 SET_MEMORY_W (argv_ptrs_location, argv_ptrs[i]);
2688 argv_ptrs_location += char_ptr_size;

Completed in 17 milliseconds