Searched refs:GetSectionHeader (Results 1 – 6 of 6) sorted by relevance
78 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()
88 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); in FixupSectionHeaders()151 Elf32_Shdr* sh = elf_file.GetSectionHeader(i); in FixupRelocations()
289 CHECK(shdr == elf_file_->GetSectionHeader(elf_file_->GetSectionHeaderNum() - 1) || in WriteOutPatchData()
243 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::ElfFile744 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()
76 Elf32_Shdr* GetSectionHeader(Elf32_Word) const;
684 Elf32_Shdr* hdr = oat_file_->GetSectionHeader(i); in PatchElf()