Searched refs:RELOCATION_GROUPED_BY_INFO_FLAG (Results 1 – 2 of 2) sorted by relevance
36 const size_t RELOCATION_GROUPED_BY_INFO_FLAG = 1; variable152 return (group_flags_ & RELOCATION_GROUPED_BY_INFO_FLAG) != 0; in is_relocation_grouped_by_info()
11 static constexpr uint32_t RELOCATION_GROUPED_BY_INFO_FLAG = 1; variable17 return (flags & RELOCATION_GROUPED_BY_INFO_FLAG) != 0; in is_relocation_grouped_by_info()206 *group_flags |= RELOCATION_GROUPED_BY_INFO_FLAG; in DetectGroupFields()