Searched refs:is_relocation_group_has_addend (Results 1 – 2 of 2) sorted by relevance
28 static bool is_relocation_group_has_addend(uint64_t flags) { in is_relocation_group_has_addend() function79 if (is_relocation_group_has_addend(group_flags) && in Encode()98 if (is_relocation_group_has_addend(group_flags) && in Encode()107 if (!is_relocation_group_has_addend(group_flags)) { in Encode()145 if (is_relocation_group_has_addend(group_flags) && in Decode()162 if (is_relocation_group_has_addend(group_flags) && in Decode()170 reloc.r_addend = is_relocation_group_has_addend(group_flags) ? addend : 0; in Decode()174 if (!is_relocation_group_has_addend(group_flags)) { in Decode()230 if (!is_relocation_group_has_addend(flags)) { in group_weight()
98 if (is_relocation_group_has_addend() && in next()122 if (is_relocation_group_has_addend() && in read_group_fields()130 } else if (!is_relocation_group_has_addend()) { in read_group_fields()151 bool is_relocation_group_has_addend() { in is_relocation_group_has_addend() function