OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_global
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals_win.cc
22
ALIGNED(sizeof(
__asan_global
))
__asan_global
__asan_globals_start = {};
24
ALIGNED(sizeof(
__asan_global
))
__asan_global
__asan_globals_end = {};
27
static void call_on_globals(void (*hook)(
__asan_global
*, uptr)) {
28
__asan_global
*start = &__asan_globals_start + 1;
29
__asan_global
*end = &__asan_globals_end;
31
if (bytediff % sizeof(
__asan_global
) != 0) {
asan_globals.cc
32
typedef
__asan_global
Global;
79
static bool IsAddressNearGlobal(uptr addr, const
__asan_global
&g) {
290
void PrintGlobalNameIfASCII(InternalScopedString *str, const
__asan_global
&g) {
300
static const char *GlobalFilename(const
__asan_global
&g) {
308
void PrintGlobalLocation(InternalScopedString *str, const
__asan_global
&g) {
342
CHECK_EQ(0, ((uptr)stop - (uptr)start) % sizeof(
__asan_global
));
343
__asan_global
*globals_start = (
__asan_global
*)start;
344
__asan_global
*globals_stop = (
__asan_global
*)stop
[
all
...]
asan_report.h
34
int GetGlobalsForAddress(uptr addr,
__asan_global
*globals, u32 *reg_sites,
38
void PrintGlobalNameIfASCII(InternalScopedString *str, const
__asan_global
&g);
39
void PrintGlobalLocation(InternalScopedString *str, const
__asan_global
&g);
86
void ReportODRViolation(const
__asan_global
*g1, u32 stack_id1,
87
const
__asan_global
*g2, u32 stack_id2);
asan_mac.cc
121
__asan_global
*globals = (
__asan_global
*)getsectiondata(
127
if (size % sizeof(
__asan_global
) != 0) return;
128
op(globals, size / sizeof(
__asan_global
));
asan_internal.h
94
typedef void (*globals_op_fptr)(
__asan_global
*, uptr);
asan_interface_internal.h
49
struct
__asan_global
{
struct
78
void __asan_register_globals(
__asan_global
*globals, uptr n);
80
void __asan_unregister_globals(
__asan_global
*globals, uptr n);
asan_errors.h
320
__asan_global
global1, global2;
324
ErrorODRViolation(u32 tid, const
__asan_global
*g1, u32 stack_id1_,
325
const
__asan_global
*g2, u32 stack_id2_)
asan_descriptions.cc
279
const
__asan_global
&g) {
343
const
__asan_global
&a = globals[i];
345
const
__asan_global
&b = other.globals[j];
asan_descriptions.h
154
__asan_global
globals[kMaxGlobals];
asan_report.cc
345
void ReportODRViolation(const
__asan_global
*g1, u32 stack_id1,
346
const
__asan_global
*g2, u32 stack_id2) {
/src/sys/kern/
subr_asan.c
83
struct
__asan_global
{
struct
1163
void __asan_register_globals(struct
__asan_global
*, size_t);
1164
void __asan_unregister_globals(struct
__asan_global
*, size_t);
1167
__asan_register_globals(struct
__asan_global
*globals, size_t n)
1178
__asan_unregister_globals(struct
__asan_global
*globals, size_t n)
Completed in 17 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025