Home
last modified time | relevance | path

Searched refs:isStackMemory (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.cc449 bool isStackMemory = false; in AddressDescription() local
452 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
454 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
456 if (isStackMemory) { in AddressDescription()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.cc451 bool isStackMemory = false; in AddressDescription() local
454 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
456 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
458 if (isStackMemory) { in AddressDescription()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_descriptions.cpp450 bool isStackMemory = false; in AddressDescription() local
453 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
455 isStackMemory = GetStackAddressInformation(addr, access_size, &data.stack); in AddressDescription()
457 if (isStackMemory) { in AddressDescription()