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

  /src/external/gpl3/gdb/dist/sim/arm/
armvirt.c 43 #define HIGHABORT 32 * 1024 * 1024 */
45 #define HIGHABORT 26 * 1024 * 1024
189 if (address >= LOWABORT && address < HIGHABORT)
244 if (address >= LOWABORT && address < HIGHABORT)
329 if (address >= LOWABORT && address < HIGHABORT)
  /src/external/gpl3/gdb.old/dist/sim/arm/
armvirt.c 43 #define HIGHABORT 32 * 1024 * 1024 */
45 #define HIGHABORT 26 * 1024 * 1024
189 if (address >= LOWABORT && address < HIGHABORT)
244 if (address >= LOWABORT && address < HIGHABORT)
329 if (address >= LOWABORT && address < HIGHABORT)

Completed in 25 milliseconds