Searched refs:Absolute (Results 1 – 16 of 16) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ResolveInfo.cpp | 103 if (pBinding == Local || pBinding == Absolute) in setBinding() 105 if (pBinding == Weak || pBinding == Absolute) in setBinding() 197 return ResolveInfo::Absolute; in binding()
|
D | ELFReaderIf.cpp | 85 return ResolveInfo::Absolute; in getSymBinding()
|
D | IdenticalCodeFolding.cpp | 266 (sym->binding() == ResolveInfo::Absolute)) { in initConstantContent()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 400 ResolveInfo::Absolute, in initStandardSymbols() 410 ResolveInfo::Absolute, in initStandardSymbols() 420 ResolveInfo::Absolute, in initStandardSymbols() 429 ResolveInfo::Absolute, in initStandardSymbols() 438 ResolveInfo::Absolute, in initStandardSymbols() 448 ResolveInfo::Absolute, in initStandardSymbols() 459 ResolveInfo::Absolute, in initStandardSymbols() 470 ResolveInfo::Absolute, in initStandardSymbols() 481 ResolveInfo::Absolute, in initStandardSymbols() 499 f_pPreInitArrayStart->resolveInfo()->setBinding(ResolveInfo::Absolute); in finalizeStandardSymbols() [all …]
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | shared.rsh | 77 /* Absolute epsilon used for floats. Value is similar to float.h. */
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 70 enum Binding { Global = 0, Weak = 1, Local = 2, Absolute = 3, NoneBinding }; enumerator
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | shared.rsh | 96 /* Absolute epsilon used for floats. Value is similar to float.h. */
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | shared.rsh | 98 /* Absolute epsilon used for floats. Value is similar to float.h. */
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 494 ResolveInfo::Absolute, in initTargetSymbols() 504 ResolveInfo::Absolute, in initTargetSymbols() 514 ResolveInfo::Absolute, in initTargetSymbols()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 248 ResolveInfo::Absolute, in initTargetSymbols() 258 ResolveInfo::Absolute, in initTargetSymbols()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 553 ResolveInfo::Absolute, in addScriptSymbols() 568 ResolveInfo::Absolute, in addScriptSymbols()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 153 ResolveInfo::Absolute, in initTargetSymbols() 163 ResolveInfo::Absolute, in initTargetSymbols()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 430 ResolveInfo::Common == pDesc || ResolveInfo::Absolute == pBind || in AddSymbol()
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 173 summary: Absolute value of an integer 842 summary: Absolute value of a float
|
/frameworks/base/proto/src/ |
D | wifi.proto | 2056 // Absolute milliseconds from device boot when these stats were sampled 2212 // Absolute milliseconds from device boot when these stats were sampled
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 157 * abs: Absolute value of an integer 1583 * fabs: Absolute value of a float
|