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

  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 76 I = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag, // NOLINT
77 w_I = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag, // NOLINT
78 d_I = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag, // NOLINT
79 wd_I = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag // NOLINT
ResolveInfo.h 124 m_BitField |= indirect_flag;
241 static const uint32_t indirect_flag = 3 << DESC_OFFSET; member in class:mcld::ResolveInfo
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 151 return (indirect_flag == (m_BitField & DESC_MASK));

Completed in 516 milliseconds