x86_32_common_write_memory() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDx86_32_common_write_memory()

x86_32_common_write_memory() function

Syntax

int x86_32_common_write_memory(struct target *t,     target_addr_t addr,     uint32_t size,     uint32_t count,     const uint8_t *buf);
Implemented in x86_32_common.c:625

Arguments

t

addr

size

count

buf

References

LocationText
x86_32_common.c:625
int x86_32_common_write_memory(struct target *t, target_addr_t addr,
x86_32_common.h:310
int x86_32_common_write_memory(struct target *t, target_addr_t addr,
quark_d20xx.c:95
.write_memory = x86_32_common_write_memory,
quark_x10xx.c:84
.write_memory = x86_32_common_write_memory,

Call Tree

Data read by x86_32_common_write_memory()
Data written by x86_32_common_write_memory()
x86_32_common_write_memory()
x86_32_common_write_memory()::retval
all items filtered out
Implementations
x86_32_common_write_memory()
all items filtered out
Type of x86_32_common_write_memory()
x86_32_common_write_memory()
all items filtered out