HomeSort by relevance Sort by last modified time
    Searched refs:is_relocation_grouped_by_info (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_reloc_iterators.h 93 if (!is_relocation_grouped_by_info()) {
118 if (is_relocation_grouped_by_info()) {
139 bool is_relocation_grouped_by_info() { function in class:packed_reloc_iterator
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 16 static bool is_relocation_grouped_by_info(uint64_t flags) { function
75 if (is_relocation_grouped_by_info(group_flags)) {
94 if (!is_relocation_grouped_by_info(group_flags)) {
141 if (is_relocation_grouped_by_info(group_flags)) {
158 if (!is_relocation_grouped_by_info(group_flags)) {
240 if (is_relocation_grouped_by_info(flags)) {

Completed in 57 milliseconds