Searched refs:Dbg_Environment (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| H A D | armdbg.h | 528 typedef struct Dbg_Environment Dbg_Environment; typedef 535 Dbg_Environment *Dbg_NewEnvironment(Dbg_MCState *state); 536 void Dbg_DeleteEnvironment(Dbg_MCState *state, Dbg_Environment *env); 539 Dbg_MCState *state, char *str, Dbg_Environment *resenv, 540 int forcontext, Dbg_Environment const *curenv); 544 const Dbg_Environment *current, Dbg_Environment *res); 560 Dbg_MCState *state, Dbg_Environment const *env, Dbg_DeclSpec *proc); 563 Dbg_MCState *state, const Dbg_Environment *context, Dbg_Environment *res); 779 typedef Dbg_Error Dbg_DeclProc(Dbg_MCState *state, Dbg_Environment const *context, 783 Dbg_Error Dbg_EnumerateDeclarations(Dbg_MCState *state, Dbg_Environment const *context, [all …]
|