Searched refs:annex (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/config/sparc/
H A Dnm-nbsd.h39 const char *annex,
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dauxv.h68 const char *annex,
H A Dinftarg.c560 const char *annex, void *readbuf,
578 return NATIVE_XFER_UNWIND_TABLE (ops, object, annex, readbuf, writebuf,
585 return NATIVE_XFER_AUXV (ops, object, annex, readbuf, writebuf,
592 return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf,
599 return NATIVE_XFER_DIRTY (ops, object, annex, readbuf, writebuf,
559 child_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dia64-fbsd-nat.c113 const char *annex, void *rbuf, const void *wbuf,
112 ia64_fbsd_xfer_dirty(struct target_ops *ops, enum target_object obj, const char *annex, void *rbuf, const void *wbuf, ULONGEST ofs, LONGEST len) argument
H A Dtarget.h242 const char *annex, void *buf,
247 const char *annex, const void *buf,
253 const char *annex, void *buf,
258 const char *annex, const void *buf,
424 enum target_object object, const char *annex,
H A Dcorelow.c522 const char *annex, void *readbuf,
571 addr = *(ULONGEST*)annex + offset;
583 return ops->beneath->to_xfer_partial (ops->beneath, object, annex,
520 core_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dbfd-target.c74 const char *annex, void *readbuf,
72 target_bfd_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dtarget.c76 const char *annex, void *readbuf,
1082 const char *annex, void *readbuf,
1114 return ops->beneath->to_xfer_partial (ops->beneath, object, annex,
1129 const char *annex, void *buf,
1133 return ops->to_xfer_partial (ops, object, annex, buf, NULL, offset, len);
1139 const char *annex, const void *buf,
1143 return ops->to_xfer_partial (ops, object, annex, NULL, buf, offset, len);
1150 const char *annex, void *buf,
1156 LONGEST xfer = target_read_partial (ops, object, annex,
1172 const char *annex, cons
1081 default_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
1127 target_read_partial(struct target_ops *ops, enum target_object object, const char *annex, void *buf, ULONGEST offset, LONGEST len) argument
1137 target_write_partial(struct target_ops *ops, enum target_object object, const char *annex, const void *buf, ULONGEST offset, LONGEST len) argument
1148 target_read(struct target_ops *ops, enum target_object object, const char *annex, void *buf, ULONGEST offset, LONGEST len) argument
1170 target_write(struct target_ops *ops, enum target_object object, const char *annex, const void *buf, ULONGEST offset, LONGEST len) argument
2284 debug_to_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
[all...]
H A Dsparc-nat.c258 const char *annex, void *readbuf, const void *writebuf,
256 sparc_xfer_wcookie(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dauxv.c47 const char *annex,
45 procfs_xfer_auxv(struct target_ops *ops, int object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dsol-thread.c763 const char *annex, void *readbuf,
777 retval = procfs_ops.to_xfer_partial (ops, object, annex,
780 retval = orig_core_ops.to_xfer_partial (ops, object, annex,
758 sol_thread_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
H A Dremote.c4901 const char *annex, void *readbuf, const void *writebuf,
4994 gdb_assert (annex != NULL);
5005 while (annex[i] && (i < ((rs->remote_packet_size) - 8)))
5008 gdb_assert (isprint (annex[i]) && annex[i] != '$' && annex[i] != '#');
5009 *p2++ = annex[i];
5013 gdb_assert (annex[i] == '\0');
4887 remote_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
4995 gdb_assert (isprint (annex[i]) && annex[i] != '$' && annex[i] != '#'); local
H A Dprocfs.c134 const char *annex,
4283 const char *annex, void *readbuf,
4299 return procfs_xfer_auxv (ops, object, annex, readbuf, writebuf,
4305 return ops->beneath->to_xfer_partial (ops->beneath, object, annex,
4282 procfs_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
/freebsd-10.1-release/sys/dev/malo/
H A Dif_malohal.c249 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index) argument
257 cmd->annex = annex;
261 if (ret == 0 && cmd->caltbl[0] != annex && annex != 0 && annex != 255)
H A Dif_malo.h167 uint8_t annex; member in struct:malo_cmd_caltable
/freebsd-10.1-release/sys/dev/mwl/
H A Dmwlhal.c1997 mwlGetCalTable(struct mwl_hal_priv *mh, uint8_t annex, uint8_t index) argument
2005 pCmd->annex = annex;
2011 pCmd->calTbl[0] != annex && annex != 0 && annex != 255)
H A Dmwlreg.h1313 uint8_t annex; member in struct:__anon9348
/freebsd-10.1-release/sys/netgraph/
H A Dng_lmi.c162 #define SCF_ANNEX_A 0x08 /* running annex A mode */
163 #define SCF_ANNEX_D 0x10 /* running annex D mode */
166 #define SETLMITYPE(sc, annex) \
169 (sc)->flags |= (annex); \

Completed in 146 milliseconds