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.h76 …I = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag, // NOLI…
77 …w_I = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag, // NOLI…
78 …d_I = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag, // NOLI…
79 …wd_I = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag // NOLI…
DResolveInfo.h124 m_BitField |= indirect_flag; in setLink()
241 static const uint32_t indirect_flag = 3 << DESC_OFFSET; variable
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp151 return (indirect_flag == (m_BitField & DESC_MASK)); in isIndirect()