Home
last modified time | relevance | path

Searched refs:GetSectionHeader (Results 1 – 6 of 6) sorted by relevance

/art/compiler/
Delf_stripper.cc78 Elf32_Shdr* sh = elf_file->GetSectionHeader(i); in Strip()
99 CHECK(elf_file->GetSectionHeader(1) != nullptr); in Strip()
100 Elf32_Off offset = elf_file->GetSectionHeader(1)->sh_offset; in Strip()
103 Elf32_Shdr* old_sh = elf_file->GetSectionHeader(section_headers_original_indexes[i]); in Strip()
Delf_fixup.cc88 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); in FixupSectionHeaders()
151 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); in FixupRelocations()
Delf_patcher.cc289 CHECK(shdr == elf_file_->GetSectionHeader(elf_file_->GetSectionHeaderNum() - 1) || in WriteOutPatchData()
/art/runtime/
Delf_file.cc243 Elf32_Shdr* section_header = GetSectionHeader(i); in Setup()
349 Elf32_Shdr* section_header = GetSectionHeader(i); in CheckSectionsLinked()
725 Elf32_Shdr* ElfFile::GetSectionHeader(Elf32_Word i) const { in GetSectionHeader() function in art::ElfFile
744 Elf32_Shdr* section_header = GetSectionHeader(i); in FindSectionByType()
767 return GetSectionHeader(GetHeader().e_shstrndx); in GetSectionNameStringSection()
862 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
906 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
1278 Elf32_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()
Delf_file.h76 Elf32_Shdr* GetSectionHeader(Elf32_Word) const;
/art/patchoat/
Dpatchoat.cc684 Elf32_Shdr* hdr = oat_file_->GetSectionHeader(i); in PatchElf()