Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dmapped_file_win.cc20 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0, in Init()
22 if (!section_) in Init()
25 buffer_ = MapViewOfFile(section_, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, size); in Init()
41 if (section_) in ~MappedFile()
42 CloseHandle(section_); in ~MappedFile()
Dmapped_file.h45 HANDLE section_; variable
/external/elfutils/src/
Dreadelf.c5318 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()