Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c154 #define context_offset(x) ((int)&(((CONTEXT *)NULL)->x)) macro
337 char *context_offset = ((char *) &current_thread->context) + mappings[r]; in do_child_fetch_inferior_registers() local
H A Dwince.c189 #define context_offset(x) ((int)&(((PCONTEXT)NULL)->x)) macro