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

  /art/compiler/
elf_stripper.cc 78 Elf32_Shdr* sh = elf_file->GetSectionHeader(i);
99 CHECK(elf_file->GetSectionHeader(1) != nullptr);
100 Elf32_Off offset = elf_file->GetSectionHeader(1)->sh_offset;
103 Elf32_Shdr* old_sh = elf_file->GetSectionHeader(section_headers_original_indexes[i]);
elf_fixup.cc 88 Elf32_Shdr* sh = elf_file.GetSectionHeader(i);
151 Elf32_Shdr* sh = elf_file.GetSectionHeader(i);
elf_patcher.cc 289 CHECK(shdr == elf_file_->GetSectionHeader(elf_file_->GetSectionHeaderNum() - 1) ||
  /art/runtime/
elf_file.h 76 Elf32_Shdr* GetSectionHeader(Elf32_Word) const;
elf_file.cc 243 Elf32_Shdr* section_header = GetSectionHeader(i);
349 Elf32_Shdr* section_header = GetSectionHeader(i);
725 Elf32_Shdr* ElfFile::GetSectionHeader(Elf32_Word i) const {
744 Elf32_Shdr* section_header = GetSectionHeader(i);
767 return GetSectionHeader(GetHeader().e_shstrndx);
862 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
906 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
    [all...]
  /external/chromium_org/base/win/
pe_image.cc 87 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
118 for (UINT i = 0; NULL != (section = GetSectionHeader(i)); i++) {
141 PIMAGE_SECTION_HEADER section = GetSectionHeader(i);
243 PIMAGE_SECTION_HEADER section = GetSectionHeader(0);
pe_image.h 110 PIMAGE_SECTION_HEADER GetSectionHeader(UINT section) const;
  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 263 for (UINT i = 0; (section = pe_image.GetSectionHeader(i)) != NULL; ++i) {
304 for (UINT i = 0; (section = pe_image.GetSectionHeader(i)) != NULL; ++i) {
  /art/patchoat/
patchoat.cc 684 Elf32_Shdr* hdr = oat_file_->GetSectionHeader(i);
    [all...]

Completed in 239 milliseconds