HomeSort by: relevance | last modified time | path
    Searched refs:aarch64_get_heap_start (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/aarch64/
memory.c 164 aarch64_get_heap_start (sim_cpu *cpu) function
184 if (aarch64_get_heap_start (cpu) >= STACK_TOP)
185 mem_error (cpu, "executable is too big", aarch64_get_heap_start (cpu));
memory.h 52 extern uint64_t aarch64_get_heap_start (sim_cpu *);
simulator.c 13777 uint64_t heap_base = aarch64_get_heap_start (cpu);
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
memory.c 164 aarch64_get_heap_start (sim_cpu *cpu) function
184 if (aarch64_get_heap_start (cpu) >= STACK_TOP)
185 mem_error (cpu, "executable is too big", aarch64_get_heap_start (cpu));
memory.h 52 extern uint64_t aarch64_get_heap_start (sim_cpu *);
simulator.c 13777 uint64_t heap_base = aarch64_get_heap_start (cpu);

Completed in 45 milliseconds