HomeSort by relevance Sort by last modified time
    Searched refs:section_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
mapped_file_win.cc 21 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0,
23 if (!section_)
26 buffer_ = MapViewOfFile(section_, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, size);
48 if (section_)
49 CloseHandle(section_);
mapped_file.h 58 HANDLE section_; member in class:disk_cache::MappedFile
  /art/compiler/
elf_writer_quick.cc 333 section_ptrs.push_back(&dynsym_builder_.section_);
338 section_ptrs.push_back(&dynsym_builder_.strtab_.section_);
343 section_ptrs.push_back(&hash_builder_.section_);
348 section_ptrs.push_back(&rodata_builder_.section_);
353 section_ptrs.push_back(&text_builder_.section_);
358 section_ptrs.push_back(&dynamic_builder_.section_);
364 section_ptrs.push_back(&symtab_builder_.section_);
369 section_ptrs.push_back(&symtab_builder_.strtab_.section_);
376 section_ptrs.push_back(&it->section_);
382 section_ptrs.push_back(&shstrtab_builder_.section_);
    [all...]
elf_writer_quick.h 62 memset(&section_, 0, sizeof(section_));
63 section_.sh_type = type;
64 section_.sh_flags = flags;
65 section_.sh_info = info;
66 section_.sh_addralign = align;
67 section_.sh_entsize = entsize;
72 Elf32_Shdr section_; member in class:art::FINAL::ElfSectionBuilder
99 ElfSectionBuilder* section_; member in struct:art::FINAL::ElfDynamicBuilder::ElfDynamicState
189 const ElfSectionBuilder* section_; member in struct:art::FINAL::ElfSymtabBuilder::ElfSymbolState
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 33 const std::string& section() const { return section_; }
42 void set_section(const std::string& section) { section_ = section; }
98 std::string section_; member in class:autofill::AutofillField
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_container.h 73 autofill::DialogSection section_; variable
  /external/chromium_org/v8/src/arm/
assembler-arm.h 681 : rinfo_(rinfo), section_(section), merged_index_(merged_index) {}
684 ConstantPoolArray::LayoutSection section_; member in struct:v8::internal::BASE_EMBEDDED::ConstantPoolEntry
    [all...]
assembler-arm.cc     [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 130 milliseconds