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

/bionic/linker/
H A Dlinker_reloc_iterators.h98 if (is_relocation_group_has_addend() &&
122 if (is_relocation_group_has_addend() &&
130 } else if (!is_relocation_group_has_addend()) {
151 bool is_relocation_group_has_addend() { function in class:packed_reloc_iterator
/bionic/tools/relocation_packer/src/
H A Ddelta_encoder.cc28 static bool is_relocation_group_has_addend(uint64_t flags) { function
79 if (is_relocation_group_has_addend(group_flags) &&
98 if (is_relocation_group_has_addend(group_flags) &&
107 if (!is_relocation_group_has_addend(group_flags)) {
145 if (is_relocation_group_has_addend(group_flags) &&
162 if (is_relocation_group_has_addend(group_flags) &&
170 reloc.r_addend = is_relocation_group_has_addend(group_flags) ? addend : 0;
174 if (!is_relocation_group_has_addend(group_flags)) {
230 if (!is_relocation_group_has_addend(flags)) {

Completed in 690 milliseconds