HomeSort by relevance Sort by last modified time
    Searched full:pmodule (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /frameworks/compile/mclinker/include/mcld/Script/
InputCmd.h 45 void activate(Module& pModule);
NullaryOp.h 37 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
OutputFormatCmd.h 49 void activate(Module& pModule);
TernaryOp.h 39 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
Assignment.h 58 void activate(Module& pModule);
InputSectDesc.h 87 void activate(Module& pModule);
SectionsCmd.h 58 void activate(Module& pModule);
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 26 OutputRelocSection(Module& pModule, LDSection& pSection);
  /frameworks/compile/mclinker/lib/Script/
InputCmd.cpp 85 void InputCmd::activate(Module& pModule) {
86 LinkerScript& script = pModule.getScript();
189 pModule.getObjectList().push_back(*input);
194 pModule.getLibraryList().push_back(*input);
OutputArchCmd.cpp 28 void OutputArchCmd::activate(Module& pModule) {
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 41 bool initialize(Module& pModule, IRBuilder& pBuilder);
69 void addSymbolsToOutput(Module& pModule);
163 void addSymbolToOutput(ResolveInfo& pInfo, Module& pModule);
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 40 void BranchIslandFactory::group(Module& pModule) {
41 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end();
GroupReader.cpp 22 GroupReader::GroupReader(Module& pModule,
27 : m_Module(pModule),
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.cpp 52 std::unique_ptr<ARMExData> ARMExData::create(Module& pModule) {
54 for (Module::obj_iterator it = pModule.obj_begin(),
55 end = pModule.obj_end(); it != end; ++it) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 116 void X86GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
254 void X86GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) {
271 void X86GNULDBackend::addEhFrameForPLT(Module& pModule) {
272 LDSection* plt_sect = pModule.getSection(".plt");
276 LDSection* eh_sect = pModule.getSection(".eh_frame");
322 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule) {
345 void X86_32GNULDBackend::initTargetSections(Module& pModule,
365 m_pRelPLT = new OutputRelocSection(pModule, relplt);
369 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
612 void X86_64GNULDBackend::initTargetSections(Module& pModule,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 96 void MipsGNULDBackend::initTargetSections(Module& pModule,
105 m_pRelPlt = new OutputRelocSection(pModule, relplt);
109 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
123 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) {
230 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
353 void MipsGNULDBackend::orderSymbolTable(Module& pModule) {
362 Module::SymbolTable& symbols = pModule.getSymbolTable();
581 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) {
582 SymbolCategory& symbol_list = pModule.getSymbolTable();
745 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 119 void HexagonLDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
403 void HexagonLDBackend::initTargetSections(Module& pModule,
423 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
427 m_pRelaDyn = new OutputRelocSection(pModule, reladyn);
474 void HexagonLDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) {
545 bool HexagonLDBackend::doRelax(Module& pModule,
552 Module::obj_iterator input, inEnd = pModule.obj_end();
553 for (input = pModule.obj_begin(); input != inEnd; ++input) {
692 bool HexagonLDBackend::mergeSection(Module& pModule,
706 ObjectBuilder builder(pModule);
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 212 virtual void* Start(void* pModule);
225 virtual void* Start(void* pModule);
250 void* Start(void* pModule) override;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 80 bool ObjectLinker::initialize(Module& pModule, IRBuilder& pBuilder) {
81 m_pModule = &pModule;
443 void ObjectLinker::addSymbolToOutput(ResolveInfo& pInfo, Module& pModule) {
474 pModule.getSymbolTable().forceLocal(*pInfo.outSymbol());
476 pModule.getSymbolTable().add(*pInfo.outSymbol());
479 void ObjectLinker::addSymbolsToOutput(Module& pModule) {
482 free_end = pModule.getNamePool().freeinfo_end();
483 for (free_it = pModule.getNamePool().freeinfo_begin(); free_it != free_end;
485 addSymbolToOutput(**free_it, pModule);
489 info_end = pModule.getNamePool().syminfo_end()
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h 40 void group(Module& pModule);
GarbageCollection.h 60 Module& pModule);
GroupReader.h 31 GroupReader(Module& pModule,
IdenticalCodeFolding.h 62 Module& pModule);
Relocator.h 53 Module& pModule,
90 Module& pModule);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 259 extern ASN1_PUBLIC void WINAPI ASN1_CloseModule(ASN1module_t pModule);
260 extern ASN1_PUBLIC ASN1error_e WINAPI ASN1_CreateEncoder(ASN1module_t pModule,ASN1encoding_t *ppEncoderInfo,ASN1octet_t *pbBuf,ASN1uint32_t cbBufSize,ASN1encoding_t pParent);
264 extern ASN1_PUBLIC ASN1error_e WINAPI ASN1_CreateDecoder(ASN1module_t pModule,ASN1decoding_t *ppDecoderInfo,ASN1octet_t *pbBuf,ASN1uint32_t cbBufSize,ASN1decoding_t pParent);
265 extern ASN1_PUBLIC ASN1error_e WINAPI ASN1_CreateDecoderEx(ASN1module_t pModule,ASN1decoding_t *ppDecoderInfo,ASN1octet_t *pbBuf,ASN1uint32_t cbBufSize,ASN1decoding_t pParent,ASN1uint32_t dwFlags);

Completed in 553 milliseconds

1 23 4 5