Home
last modified time | relevance | path

Searched refs:indirect_flag (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DStaticResolver.h79 I = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag,
80 w_I = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag,
81 d_I = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag,
82 wd_I = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag
DResolveInfo.h140 m_BitField |= indirect_flag; in setLink()
267 static const uint32_t indirect_flag = 3 << DESC_OFFSET; variable
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp172 return (indirect_flag == (m_BitField & DESC_MASK)); in isIndirect()