OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sve_section
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-tdep.c
223
CORE_ADDR
sve_section
= 0;
member in struct:aarch64_linux_sigframe
459
signal_frame.
sve_section
601
if (tdep->has_sve () && signal_frame.
sve_section
!= 0)
604
CORE_ADDR sve_regs = signal_frame.
sve_section
;
651
if (!tdep->has_sve () || signal_frame.
sve_section
== 0)
/src/external/gpl3/gdb/dist/gdb/
aarch64-linux-tdep.c
234
CORE_ADDR
sve_section
= 0;
member in struct:aarch64_linux_sigframe
477
signal_frame.
sve_section
652
if (tdep->has_sve () && signal_frame.
sve_section
!= 0)
655
CORE_ADDR sve_regs = signal_frame.
sve_section
;
702
if (!tdep->has_sve () || signal_frame.
sve_section
== 0)
Completed in 18 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026