Searched refs:Dbg_FileRec (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | armdbg.h | 1083 typedef struct Dbg_FileRec Dbg_FileRec; typedef 1086 Dbg_FileRec *handle; 1092 Dbg_Error Dbg_FinishedWithFile(Dbg_MCState *state, Dbg_FileRec *handle); 1095 Dbg_MCState *state, Dbg_FileRec *handle, Dbg_FileDetails *res); 1101 Dbg_MCState *state, Dbg_FileRec *handle, int32 lineno, int32 *len); 1107 Dbg_MCState *state, Dbg_FileRec *handle, int32 lineno, Dbg_BufDesc *buf); 1112 Dbg_Error Dbg_StartFileAccess(Dbg_MCState *state, Dbg_FileRec *handle); 1113 Dbg_Error Dbg_EndFileAccess(Dbg_MCState *state, Dbg_FileRec *handle);
|