Searched refs:sh_type (Results 1 – 6 of 6) sorted by relevance
249 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 …]
1206 Elf32_Word sh_type; // Section type (SHT_*) member1220 Elf64_Word sh_type; member
153 if (sh->sh_type == SHT_REL) { in FixupRelocations()163 } else if (sh->sh_type == SHT_RELA) { in FixupRelocations()
63 section_.sh_type = type; in ElfSectionBuilder()
326 null_hdr.sh_type = SHT_NULL; in Write()
612 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()