Home
last modified time | relevance | path

Searched refs:is_relocation_grouped_by_info (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_reloc_iterators.h93 if (!is_relocation_grouped_by_info()) { in next()
118 if (is_relocation_grouped_by_info()) { in read_group_fields()
139 bool is_relocation_grouped_by_info() { in is_relocation_grouped_by_info() function
/bionic/tools/relocation_packer/src/
Ddelta_encoder.cc16 static bool is_relocation_grouped_by_info(uint64_t flags) { in is_relocation_grouped_by_info() function
75 if (is_relocation_grouped_by_info(group_flags)) { in Encode()
94 if (!is_relocation_grouped_by_info(group_flags)) { in Encode()
141 if (is_relocation_grouped_by_info(group_flags)) { in Decode()
158 if (!is_relocation_grouped_by_info(group_flags)) { in Decode()
240 if (is_relocation_grouped_by_info(flags)) { in group_weight()