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

  /bionic/linker/
linker_reloc_iterators.h 87 if (is_relocation_grouped_by_offset_delta()) {
114 if (is_relocation_grouped_by_offset_delta()) {
143 bool is_relocation_grouped_by_offset_delta() { function in class:packed_reloc_iterator
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 20 static bool is_relocation_grouped_by_offset_delta(uint64_t flags) { function
71 if (is_relocation_grouped_by_offset_delta(group_flags)) {
89 if (!is_relocation_grouped_by_offset_delta(group_flags)) {
137 if (is_relocation_grouped_by_offset_delta(group_flags)) {
152 if (is_relocation_grouped_by_offset_delta(group_flags)) {
236 if (is_relocation_grouped_by_offset_delta(flags)) {

Completed in 103 milliseconds