Searched refs:section_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium/net/disk_cache/ |
D | mapped_file_win.cc | 20 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()
|
D | mapped_file.h | 45 HANDLE section_; variable
|
/external/elfutils/src/ |
D | readelf.c | 5318 { ".debug_" #name, section_##name, print_debug_##name##_section } in print_debug()
|