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

/bionic/linker/
H A Dlinker_reloc_iterators.h99 !is_relocation_grouped_by_addend()) {
123 is_relocation_grouped_by_addend()) {
147 bool is_relocation_grouped_by_addend() { function in class:packed_reloc_iterator
/bionic/tools/relocation_packer/src/
H A Ddelta_encoder.cc24 static bool is_relocation_grouped_by_addend(uint64_t flags) { function
80 is_relocation_grouped_by_addend(group_flags)) {
99 !is_relocation_grouped_by_addend(group_flags)) {
146 is_relocation_grouped_by_addend(group_flags)) {
163 !is_relocation_grouped_by_addend(group_flags)) {
232 } else if (is_relocation_grouped_by_addend(flags)) {

Completed in 971 milliseconds