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

/bionic/linker/
H A Dlinker_reloc_iterators.h24 const size_t RELOCATION_GROUPED_BY_INFO_FLAG = 1; variable
140 return (group_flags_ & RELOCATION_GROUPED_BY_INFO_FLAG) != 0;
/bionic/tools/relocation_packer/src/
H A Ddelta_encoder.cc11 static constexpr uint32_t RELOCATION_GROUPED_BY_INFO_FLAG = 1; variable
17 return (flags & RELOCATION_GROUPED_BY_INFO_FLAG) != 0;
206 *group_flags |= RELOCATION_GROUPED_BY_INFO_FLAG;

Completed in 700 milliseconds