Home | History | Annotate | Download | only in m_gdbserver

Lines Matching defs:ofs

62 int decode_xfer_read (char *buf, const char **annex, CORE_ADDR *ofs, unsigned int *len)
74 decode_m_packet (buf, ofs, len);
870 CORE_ADDR ofs;
878 if (decode_xfer_read (arg_own_buf + 20, &annex, &ofs, &len) < 0) {
917 if (ofs > doc_len) {
922 VG_(lseek) (fd, ofs, VKI_SEEK_SET);
927 ofs + len_read < doc_len);
936 CORE_ADDR ofs;
941 if (decode_xfer_read (arg_own_buf + 16, &annex, &ofs, &len) < 0
965 if (ofs >= client_auxv_len)
968 n = client_auxv_len - ofs;
988 CORE_ADDR ofs;
995 if (decode_xfer_read (arg_own_buf + 21, &annex, &ofs, &len) < 0) {
1025 if (ofs >= strlen(name))
1028 n = strlen(name) - ofs;
1047 CORE_ADDR ofs;
1052 if (decode_xfer_read (arg_own_buf + 19, &annex, &ofs, &len) < 0
1063 if (ofs >= sizeof(info))
1066 n = sizeof(info) - ofs;