Home
last modified time | relevance | path

Searched defs:EntryValue (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h58 enum EntryValue { Default = 0, SymVal = 1 }; enum
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h59 enum EntryValue { Default = 0, SymVal = 1 }; enum
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h65 enum EntryValue { Default = 0, SymVal = 1 }; enum
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h61 enum EntryValue { Default = 0, SymVal = 1 }; enum
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp43 using EntryValue = std::variant<Res_value, incfs::verified_map_ptr<ResTable_map_entry>>; typedef