Searched refs:Absolute (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp100 if (pBinding == Local || pBinding == Absolute)
102 if (pBinding == Weak || pBinding == Absolute)
204 return ResolveInfo::Absolute;
H A DELFReader.cpp136 // if --just-symbols option is enabled, the symbol must covert to Absolute
148 return ResolveInfo::Absolute;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp297 ResolveInfo::Absolute,
308 ResolveInfo::Absolute,
319 ResolveInfo::Absolute,
330 ResolveInfo::Absolute,
341 ResolveInfo::Absolute,
353 ResolveInfo::Absolute,
367 ResolveInfo::Absolute,
381 ResolveInfo::Absolute,
395 ResolveInfo::Absolute,
412 f_pPreInitArrayStart->resolveInfo()->setBinding(ResolveInfo::Absolute);
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h82 Absolute = 3, enumerator in enum:mcld::ResolveInfo::Binding
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp93 ResolveInfo::Absolute,

Completed in 50 milliseconds