OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGlobalAddressInformation
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc
303
bool
GetGlobalAddressInformation
(uptr addr, uptr access_size,
316
if (!
GetGlobalAddressInformation
(addr, access_size, &descr)) return false;
463
if (
GetGlobalAddressInformation
(addr, access_size, &data.global)) {
480
if (
GetGlobalAddressInformation
(addr, access_size, &global_descr)) {
asan_report.cc
392
if (
GetGlobalAddressInformation
(left, 0, &gdesc1))
393
return !
GetGlobalAddressInformation
(right - 1, 0, &gdesc2) ||
398
GetGlobalAddressInformation
(right - 1, 0, &gdesc2))
asan_descriptions.h
166
bool
GetGlobalAddressInformation
(uptr addr, uptr access_size,
Completed in 39 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026