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

  /src/external/gpl3/gdb/dist/sim/aarch64/
memory.c 39 mem_error (sim_cpu *cpu, const char *message, uint64_t addr) function
135 mem_error (cpu, "read of non-existant mem block at", address);
148 mem_error (cpu, "request for non-existant mem addr of", address);
185 mem_error (cpu, "executable is too big", aarch64_get_heap_start (cpu));
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
memory.c 39 mem_error (sim_cpu *cpu, const char *message, uint64_t addr) function
135 mem_error (cpu, "read of non-existant mem block at", address);
148 mem_error (cpu, "request for non-existant mem addr of", address);
185 mem_error (cpu, "executable is too big", aarch64_get_heap_start (cpu));

Completed in 26 milliseconds