HomeSort by relevance Sort by last modified time
    Searched refs:is_relocation_grouped_by_addend (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_reloc_iterators.h 99 !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/
delta_encoder.cc 24 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 165 milliseconds