Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.h39 relocations_type_(NONE), has_android_relocations_(false) {} in ElfFile()
116 bool has_android_relocations_; variable
Delf_file.cc261 has_android_relocations_ = has_android_relocations; in Load()
643 if (has_android_relocations_) { in PackTypedRelocations()