OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_aslr_ctl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
fbsd-nat.c
1780
if (procctl (P_PID, getpid (), PROC_ASLR_STATUS, &
m_aslr_ctl
) == -1)
1787
m_aslr_ctl
&= ~PROC_ASLR_ACTIVE;
1788
if (
m_aslr_ctl
== PROC_ASLR_FORCE_DISABLE)
1807
if (procctl (P_PID, getpid (), PROC_ASLR_CTL, &
m_aslr_ctl
) == -1)
1817
int
m_aslr_ctl
= 0;
variable
/src/external/gpl3/gdb/dist/gdb/
fbsd-nat.c
1780
if (procctl (P_PID, getpid (), PROC_ASLR_STATUS, &
m_aslr_ctl
) == -1)
1787
m_aslr_ctl
&= ~PROC_ASLR_ACTIVE;
1788
if (
m_aslr_ctl
== PROC_ASLR_FORCE_DISABLE)
1807
if (procctl (P_PID, getpid (), PROC_ASLR_CTL, &
m_aslr_ctl
) == -1)
1817
int
m_aslr_ctl
= 0;
variable
Completed in 19 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026