Home
last modified time | relevance | path

Searched refs:has_rel_relocations (Results 1 – 1 of 1) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.cc193 bool has_rel_relocations = false; in Load() local
205 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()