OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_module_name
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
1104
const char *
default_module_name
= getexecname();
local
1105
CHECK_NE(
default_module_name
, NULL);
1106
return internal_snprintf(buf, buf_len, "%s",
default_module_name
);
1114
const char *
default_module_name
= "kern.proc.pathname";
1121
const char *
default_module_name
= "/proc/self/exe";
1123
default_module_name
, buf, buf_len);
1132
default_module_name
);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp
1138
const char *
default_module_name
= getexecname();
local
1139
CHECK_NE(
default_module_name
, NULL);
1140
return internal_snprintf(buf, buf_len, "%s",
default_module_name
);
1148
const char *
default_module_name
= "kern.proc.pathname";
1155
const char *
default_module_name
= "/proc/self/exe";
1157
default_module_name
, buf, buf_len);
1166
default_module_name
);
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux.cpp
1214
const char *
default_module_name
= getexecname();
local
1215
CHECK_NE(
default_module_name
, NULL);
1216
return internal_snprintf(buf, buf_len, "%s",
default_module_name
);
1224
const char *
default_module_name
= "kern.proc.pathname";
1231
const char *
default_module_name
= "/proc/self/exe";
1233
default_module_name
, buf, buf_len);
1242
default_module_name
);
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026