target_type::address_bits is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_type::address_bits

target_type::address_bits field

Syntax

unsigned (*address_bits)(struct target *target);

References

LocationReferrerScopeText
target_type.h:306
unsigned (*address_bits)(struct target *target);
riscv.c:3071riscv_xlen_nonconst()riscv_target
riscv.c:3116
.address_bits = riscv_xlen_nonconst,
target.c:1465target_address_bits()
if (target->type->address_bits)
target.c:1466target_address_bits()
return target->type->address_bits(target);

Call Tree

Functions calling target_type::address_bits
all items filtered out
target_type::address_bits
Functions reading target_type::address_bits
target_type::address_bits
all items filtered out
Implementations
all items filtered out
target_type::address_bits