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