Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc262 switch (section_header->sh_type) { in Setup()
782 if (section_header->sh_type == type) { in FindSectionByType()
864 CHECK(IsSymbolSectionType(section_header.sh_type)) in GetSymbolNum()
865 << file_->GetPath() << " " << section_header.sh_type; in GetSymbolNum()
993 if (static_cast<Elf_Word>(SHT_STRTAB) != string_section.sh_type) { in GetString()
1044 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelSectionStart()
1050 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelNum()
1057 CHECK(SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRel()
1064 CHECK(SHT_RELA == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRelaSectionStart()
1070 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_builder.h61 header_.sh_type = type; in Section()
662 if (header->sh_type != SHT_NOBITS) { in Write()
740 if (header->sh_type != SHT_NOBITS) { in Write()
822 phdr.p_filesz = shdr->sh_type != SHT_NOBITS ? shdr->sh_size : 0u; in MakeProgramHeader()