Searched refs:query_section (Results 1 – 1 of 1) sorted by relevance
204 nt_query_section_t query_section = nt_query_section.load(boost::memory_order_acquire); in obtain_size() local206 if (BOOST_UNLIKELY(query_section == NULL)) in obtain_size()216 … query_section = (nt_query_section_t)boost::winapi::get_proc_address(ntdll, "NtQuerySection"); in obtain_size()217 if (BOOST_UNLIKELY(query_section == NULL)) in obtain_size()223 nt_query_section.store(query_section, boost::memory_order_release); in obtain_size()227 boost::winapi::NTSTATUS_ err = query_section in obtain_size()