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

  /bionic/tools/relocation_packer/src/
delta_encoder.cc 57 ElfAddr group_flags = 0; local
64 DetectGroup(relocations, group_start, previous_offset, &group_size, &group_flags,
69 packed->push_back(group_flags);
71 if (is_relocation_grouped_by_offset_delta(group_flags)) {
75 if (is_relocation_grouped_by_info(group_flags)) {
79 if (is_relocation_group_has_addend(group_flags) &&
80 is_relocation_grouped_by_addend(group_flags)) {
89 if (!is_relocation_grouped_by_offset_delta(group_flags)) {
94 if (!is_relocation_grouped_by_info(group_flags)) {
98 if (is_relocation_group_has_addend(group_flags) &
134 ElfAddr group_flags = packed[ndx++]; local
    [all...]
delta_encoder.h 17 // the generalized format of the group is (! - always present ? - depends on group_flags):
20 // ! group_flags
120 ElfAddr* group_size, ElfAddr* group_flags,
125 ElfAddr current_offset_delta, ElfAddr* group_flags,

Completed in 620 milliseconds