Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc249 switch (section_header->sh_type) { in Setup()
745 if (section_header->sh_type == type) { in FindSectionByType()
816 CHECK(IsSymbolSectionType(section_header.sh_type)) in GetSymbolNum()
817 << file_->GetPath() << " " << section_header.sh_type; in GetSymbolNum()
939 if (static_cast<Elf32_Word>(SHT_STRTAB) != string_section.sh_type) { in GetString()
985 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelSectionStart()
990 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelNum()
996 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRel()
1002 CHECK(SHT_RELA == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelaSectionStart()
1007 CHECK(SHT_RELA == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelaNum()
[all …]
Delf.h1206 Elf32_Word sh_type; // Section type (SHT_*) member
1220 Elf64_Word sh_type; member
/art/compiler/
Delf_fixup.cc153 if (sh->sh_type == SHT_REL) { in FixupRelocations()
163 } else if (sh->sh_type == SHT_RELA) { in FixupRelocations()
Delf_writer_quick.h63 section_.sh_type = type; in ElfSectionBuilder()
Delf_writer_quick.cc326 null_hdr.sh_type = SHT_NULL; in Write()
/art/patchoat/
Dpatchoat.cc612 if (patches_sec->sh_type != SHT_OAT_PATCH) { in CheckOatFile()
743 CHECK_EQ(patches_sec->sh_type, SHT_OAT_PATCH) << "Unexpected type of .oat_patches"; in PatchTextSection()