Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc995 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelSectionStart()
1001 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelNum()
1008 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRel()
1640 if (sh->sh_type == SHT_REL) { in FixupRelocations()
Delf.h1256 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator