Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1014 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaSectionStart()
1020 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaNum()
1026 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRela()
1650 } else if (sh->sh_type == SHT_RELA) { in FixupRelocations()
Delf.h1254 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator