OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_sysno
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
linux-x86-low.cc
1039
long
l_sysno
;
1041
collect_register_by_name (regcache, "orig_rax", &
l_sysno
);
1042
*sysno = (int)
l_sysno
;
1031
long
l_sysno
;
local
linux-aarch64-low.cc
1028
long
l_sysno
;
local
1030
collect_register_by_name (regcache, "x8", &
l_sysno
);
1031
*sysno = (int)
l_sysno
;
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-x86-low.cc
1128
long
l_sysno
;
1130
collect_register_by_name (regcache, "orig_rax", &
l_sysno
);
1131
*sysno = (int)
l_sysno
;
1120
long
l_sysno
;
local
linux-aarch64-low.cc
1032
long
l_sysno
;
local
1034
collect_register_by_name (regcache, "x8", &
l_sysno
);
1035
*sysno = (int)
l_sysno
;
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026