OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:waddr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c
296
static void store_bytes (unsigned char *mem, uint32_t
waddr
,
1505
emulated memory;
WADDR
contains the index the emulated memory,
1512
store_bytes (unsigned char *mem, uint32_t
waddr
, uint32_t *data, int32_t sz,
1517
waddr
^= EBT;
1518
mem[
waddr
] = *data & 0x0ff;
1523
waddr
^= 2;
1525
memcpy (&mem[
waddr
], data, 2);
1529
memcpy (&mem[
waddr
], data, 4);
1533
memcpy (&mem[
waddr
], data, 8);
1636
uint32_t
waddr
;
local
[
all
...]
/src/external/gpl3/gdb/dist/sim/erc32/
erc32.c
296
static void store_bytes (unsigned char *mem, uint32_t
waddr
,
1505
emulated memory;
WADDR
contains the index the emulated memory,
1512
store_bytes (unsigned char *mem, uint32_t
waddr
, uint32_t *data, int32_t sz,
1517
waddr
^= EBT;
1518
mem[
waddr
] = *data & 0x0ff;
1523
waddr
^= 2;
1525
memcpy (&mem[
waddr
], data, 2);
1529
memcpy (&mem[
waddr
], data, 4);
1533
memcpy (&mem[
waddr
], data, 8);
1636
uint32_t
waddr
;
local
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026