Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/riscv64/dev/
H A Dplic.c95 bus_size_t context_offset; member
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c148 #define context_offset(x) ((int)&(((CONTEXT *)NULL)->x)) macro
331 char *context_offset = ((char *) &current_thread->context) + mappings[r]; in do_child_fetch_inferior_registers() local
H A Dwince.c184 #define context_offset(x) ((int)&(((PCONTEXT)NULL)->x)) macro