riscv_program_lhr() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

riscv_program_lhr() function

Syntax

int riscv_program_lhr(struct riscv_program *p,     enum gdb_regno d,     enum gdb_regno a,     int o);
Implemented in program.c:115

Arguments

p

d

a

o

References

LocationReferrerText
program.c:115
int riscv_program_lhr(struct riscv_program *p, enum gdb_regno d, enum gdb_regno b, int offset)
program.h:52
int riscv_program_lhr(struct riscv_program *p, enum gdb_regno d, enum gdb_regno a, int o);
riscv-013.c:3365read_memory_progbuf_one()
riscv_program_lhr(&program, GDB_REGNO_S0, GDB_REGNO_S0, 0);
riscv-013.c:3468read_memory_progbuf()
riscv_program_lhr(&program, GDB_REGNO_S1, GDB_REGNO_S0, 0);

Call Tree

Functions calling riscv_program_lhr()
Functions called by riscv_program_lhr()
riscv_program_lhr()
all items filtered out
Data read by riscv_program_lhr()
riscv_program_lhr()::b
riscv_program_lhr()::offset
all items filtered out
riscv_program_lhr()