Home
last modified time | relevance | path

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

/xnu-8796.101.5/libkern/c++/
H A DOSKext.cpp11957 void *asan_cstring_data = NULL; local
11968asan_cstring_data = getsectdatafromheader(kext_mach_hdr, "__TEXT", "__asan_cstring", &asan_cstri…
11977asan_cstring_data = (asan_cstring_data != nullptr) ? (void*)ml_static_slide((vm_offset_t)asan_cstr…
11982 asan_cstring_offset = (uintptr_t)asan_cstring_data - (uintptr_t)kext_mach_hdr;
12015 if (asan_cstring_data) {
12016 …res = logData->appendBytes(asan_cstring_data, (u_int)header->sections[ASAN_CSTRING_SECT_IDX].sect_…