Searched refs:mem0 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32c/
H A Dm32c-lib1.S51 .global mem0
52 mem0: .space 1 label
155 mov.w SAL,mem0
157 mulu.w SBL,mem0 /* writes to r2r0 */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c-lib1.S46 .global mem0
47 mem0: .space 1 label
152 mov.w r0,mem0
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dm32c-tdep.c2252 /* Everything else is passed in mem0, using as many bytes as
2255 struct minimal_symbol *mem0
2256 = lookup_minimal_symbol ("mem0", NULL, NULL);
2258 if (! mem0)
2259 error (_("The return value is stored in memory at 'mem0', "
2262 read_memory (SYMBOL_VALUE_ADDRESS (mem0), readbuf, valtype_len);
2284 /* Everything else is passed in mem0, using as many bytes as
2287 struct minimal_symbol *mem0
2288 = lookup_minimal_symbol ("mem0", NULL, NULL);
2290 if (! mem0)
2247 struct minimal_symbol *mem0 local
2279 struct minimal_symbol *mem0 local
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15084 /************** Begin file mem0.c ********************************************/
15144 /************** End of mem0.c ************************************************/
18571 ** The alarm callback and its arguments. The mem0.mutex lock will
18595 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable in typeref:struct:Mem0Global
18597 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
18622 sqlite3_mutex_enter(mem0.mutex);
18623 mem0.alarmCallback = xCallback;
18624 mem0.alarmArg = pArg;
18625 mem0
[all...]

Completed in 251 milliseconds