Searched refs:has_rela_relocations (Results 1 – 2 of 2) sorted by relevance
174 bool has_rela_relocations = false; in Init() local212 has_rela_relocations = true; in Init()227 has_rela_relocations = true; in Init()275 if (has_rel_relocations && has_rela_relocations) { in Init()285 else if (has_rela_relocations) in Init()289 if (relocations_type_ == DT_REL && has_rela_relocations) { in Init()
210 bool has_rela_relocations = false; in Load() local223 has_rela_relocations = true; in Load()266 if (!has_rel_relocations && !has_rela_relocations) { in Load()270 if (has_rel_relocations && has_rela_relocations) { in Load()