OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:found_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
search.cc
65
gdb_byte *
found_ptr
;
local
69
found_ptr
= (gdb_byte *) memmem (search_buf.data (), nr_search_bytes,
72
if (
found_ptr
!= NULL)
74
CORE_ADDR found_addr = start_addr + (
found_ptr
- search_buf.data ());
/src/external/gpl3/gdb/dist/gdbsupport/
search.cc
65
gdb_byte *
found_ptr
;
local
69
found_ptr
= (gdb_byte *) memmem (search_buf.data (), nr_search_bytes,
72
if (
found_ptr
!= NULL)
74
CORE_ADDR found_addr = start_addr + (
found_ptr
- search_buf.data ());
Completed in 21 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026