HomeSort by relevance Sort by last modified time
    Searched defs:pModule (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 74 void ARMGNULDBackend::initTargetSections(Module& pModule, ObjectBuilder& pBuilder)
109 m_pRelPLT = new OutputRelocSection(pModule, relplt);
113 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
117 void ARMGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
159 pModule.getSymbolTable().changeLocalToDynamic(*m_pEXIDXStart);
161 pModule.getSymbolTable().changeLocalToDynamic(*m_pEXIDXEnd);
240 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
718 Module& pModule,
834 bool ARMGNULDBackend::mergeSection(Module& pModule, LDSection& pSection)
853 ObjectBuilder builder(config(), pModule);
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 131 hw_module_t const* pModule;
132 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
136 reinterpret_cast<gralloc_module_t const*>(pModule);
159 hw_module_t const* pModule;
160 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
164 reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
egl.cpp 348 hw_module_t const* pModule;
349 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule);
350 module = reinterpret_cast<gralloc_module_t const*>(pModule);
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 2108 milliseconds