Searched refs:SHT_REL (Results 1 – 2 of 2) sorted by relevance
994 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelSectionStart()1000 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRelNum()1007 CHECK(SHT_REL == section_header.sh_type) << file_path_ << " " << section_header.sh_type; in GetRel()1639 if (sh->sh_type == SHT_REL) { in FixupRelocations()
1259 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator