Searched refs:ELFReloc (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFReloc.h106 class ELFReloc<32> : public ELFReloc_CRTP<32> { class in inherits:ELFReloc_CRTP
110 ELFReloc() { function in class:ELFReloc
129 class ELFReloc<64> : public ELFReloc_CRTP<64> { class in inherits:ELFReloc_CRTP
133 ELFReloc() { function in class:ELFReloc
150 #include "impl/ELFReloc.hxx"
H A DELFTypes.h30 template <unsigned Bitwidth> class ELFReloc;
164 typedef ELFReloc<BITWIDTH> ELFRelocTy; \
/frameworks/compile/linkloader/include/impl/
H A DELFReloc.hxx27 inline ELFReloc<Bitwidth> *
55 inline ELFReloc<Bitwidth> *

Completed in 42 milliseconds