Searched refs:is_relocation_grouped_by_offset_delta (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker_reloc_iterators.h87 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/
H A Ddelta_encoder.cc20 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 2009 milliseconds