Home
last modified time | relevance | path

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

/xnu-10002.61.3/libkern/c++/
H A DOSKext.cpp11989 void *asan_cstring_data = NULL; local
12000asan_cstring_data = getsectdatafromheader(kext_mach_hdr, "__TEXT", "__asan_cstring", &asan_cstri…
12009asan_cstring_data = (asan_cstring_data != nullptr) ? (void*)ml_static_slide((vm_offset_t)asan_cstr…
12014 asan_cstring_offset = (uintptr_t)asan_cstring_data - (uintptr_t)kext_mach_hdr;
12047 if (asan_cstring_data) {
12048 …res = logData->appendBytes(asan_cstring_data, (u_int)header->sections[ASAN_CSTRING_SECT_IDX].sect_…