Searched refs:has_rel_relocations (Results 1 – 1 of 1) sorted by relevance
193 bool has_rel_relocations = false; in Load() local205 has_rel_relocations = true; in Load()247 if (!has_rel_relocations && !has_rela_relocations) { in Load()251 if (has_rel_relocations && has_rela_relocations) { in Load()260 relocations_type_ = has_rel_relocations ? REL : RELA; in Load()