Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.cc1064 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()
1076 CHECK(SHT_RELA == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type; in GetRela()
1740 } else if (sh->sh_type == SHT_RELA) { in FixupRelocations()
Delf.h1251 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator