Searched refs:found_addr (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dsearch-memory-selftests.c74 const CORE_ADDR found_addr = 0x837bac8; local
75 memcpy (&data[found_addr - base_addr], wpattern, sizeof (wpattern));
86 SELF_CHECK (addr == found_addr);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dsearch.cc75 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf.data ()); local
77 *found_addrp = found_addr;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfindcmd.c240 CORE_ADDR found_addr; local
244 &found_addr);
249 print_address (gdbarch, found_addr, gdb_stdout);
252 last_found_addr = found_addr;
255 next_iter_incr = (found_addr - start_addr) + 1;
H A Dtarget.c2215 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf.data ()); local
2217 *found_addrp = found_addr;
H A Dremote.c11197 ULONGEST found_addr;
11263 unpack_varlen_hex (&rs->buf[2], &found_addr);
11264 *found_addrp = found_addr;
11182 ULONGEST found_addr; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfindcmd.c240 CORE_ADDR found_addr; local
244 &found_addr);
249 print_address (gdbarch, found_addr, gdb_stdout);
252 last_found_addr = found_addr;
255 next_iter_incr = (found_addr - start_addr) + 1;
H A Dremote.c11455 ULONGEST found_addr;
11527 unpack_varlen_hex (&rs->buf[2], &found_addr);
11528 *found_addrp = found_addr;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtilepro-dis.c173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtilepro-dis.c173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtilepro-dis.c173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dtilepro-dis.c173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-inferior.c691 CORE_ADDR found_addr; local
729 &found_addr);
739 return gdb_py_object_from_ulongest (found_addr).release ();
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-inferior.c620 CORE_ADDR found_addr; local
658 &found_addr);
668 return gdb_py_object_from_ulongest (found_addr).release ();
/netbsd-current/sys/netinet/
H A Dsctp_asconf.c2365 struct sockaddr *found_addr; local
2369 found_addr = sctp_find_valid_localaddr(stcb);
2371 found_addr = sctp_find_valid_localaddr_ep(stcb);
2374 if (found_addr != NULL) {
2375 if (found_addr->sa_family == AF_INET6) {
2382 found_addr)->sin6_addr;
2390 found_addr)->sin_addr;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc1079 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf); local
1080 *found_addrp = found_addr;
1140 CORE_ADDR found_addr; local
1179 &found_addr);
1182 sprintf (own_buf, "1,%lx", (long) found_addr);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc1109 CORE_ADDR found_addr; local
1131 pattern, pattern_len, &found_addr);
1134 sprintf (own_buf, "1,%lx", (long) found_addr);

Completed in 299 milliseconds