Home
last modified time | relevance | path

Searched defs:dcache_block (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddcache.c123 struct dcache_block struct
125 struct dcache_block *p; /* next in list */ argument
126 CORE_ADDR addr; /* Address for which data is recorded. */
127 char data[LINE_SIZE]; /* bytes at given address */
128 unsigned char state[LINE_SIZE]; /* what state the data is in */
154 struct dcache_block *free_head; argument