HomeSort by: relevance | last modified time | path
    Searched defs:found_addr (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbsupport/
search.cc 74 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf.data ()); local
76 *found_addrp = found_addr;
search.cc 74 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf.data ()); local
76 *found_addrp = found_addr;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
search.cc 74 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf.data ()); local
76 *found_addrp = found_addr;
search.cc 74 CORE_ADDR found_addr = start_addr + (found_ptr - search_buf.data ()); local
76 *found_addrp = found_addr;
  /src/external/gpl3/gdb/dist/gdb/unittests/
search-memory-selftests.c 73 const CORE_ADDR found_addr = 0x837bac8; local
74 memcpy (&data[found_addr - base_addr], wpattern, sizeof (wpattern));
85 SELF_CHECK (addr == found_addr);
search-memory-selftests.c 73 const CORE_ADDR found_addr = 0x837bac8; local
74 memcpy (&data[found_addr - base_addr], wpattern, sizeof (wpattern));
85 SELF_CHECK (addr == found_addr);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
search-memory-selftests.c 73 const CORE_ADDR found_addr = 0x837bac8; local
74 memcpy (&data[found_addr - base_addr], wpattern, sizeof (wpattern));
85 SELF_CHECK (addr == found_addr);
search-memory-selftests.c 73 const CORE_ADDR found_addr = 0x837bac8; local
74 memcpy (&data[found_addr - base_addr], wpattern, sizeof (wpattern));
85 SELF_CHECK (addr == found_addr);
  /src/external/gpl3/binutils/dist/opcodes/
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
  /src/external/gpl3/binutils.old/dist/opcodes/
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
  /src/external/gpl3/gdb/dist/opcodes/
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
  /src/external/gpl3/gdb.old/dist/opcodes/
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
tilepro-dis.c 173 int found_addr = 0; local
187 found_addr = 1;
200 found_addr = 1;
211 if (found_addr)
  /src/external/gpl3/gdb/dist/gdb/
findcmd.c 239 CORE_ADDR found_addr; local
243 &found_addr);
248 print_address (gdbarch, found_addr, gdb_stdout);
251 last_found_addr = found_addr;
254 next_iter_incr = (found_addr - start_addr) + 1;
findcmd.c 239 CORE_ADDR found_addr; local
243 &found_addr);
248 print_address (gdbarch, found_addr, gdb_stdout);
251 last_found_addr = found_addr;
254 next_iter_incr = (found_addr - start_addr) + 1;
  /src/external/gpl3/gdb.old/dist/gdb/
findcmd.c 239 CORE_ADDR found_addr; local
243 &found_addr);
248 print_address (gdbarch, found_addr, gdb_stdout);
251 last_found_addr = found_addr;
254 next_iter_incr = (found_addr - start_addr) + 1;
findcmd.c 239 CORE_ADDR found_addr; local
243 &found_addr);
248 print_address (gdbarch, found_addr, gdb_stdout);
251 last_found_addr = found_addr;
254 next_iter_incr = (found_addr - start_addr) + 1;
  /src/sys/netinet/
sctp_asconf.c 2365 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;
sctp_asconf.c 2365 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;
  /src/external/gpl3/gdb/dist/gdb/python/
py-inferior.c 659 CORE_ADDR found_addr; local
706 &found_addr);
714 return gdb_py_object_from_ulongest (found_addr).release ();
py-inferior.c 659 CORE_ADDR found_addr; local
706 &found_addr);
714 return gdb_py_object_from_ulongest (found_addr).release ();
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-inferior.c 659 CORE_ADDR found_addr; local
706 &found_addr);
714 return gdb_py_object_from_ulongest (found_addr).release ();

Completed in 68 milliseconds

1 2