Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1015 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaSectionStart()
1021 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelaNum()
1027 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRela()
1651 } else if (sh->sh_type == SHT_RELA) { in FixupRelocations()
Delf.h1251 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator