Searched refs:SHT_RELA (Results 1 – 2 of 2) sorted by relevance
1015 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()
1251 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator