Searched refs:initObjectType (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFDynObjFileFormat.h31 void initObjectType(MCLinker& pLinker);
H A DELFExecFileFormat.h31 void initObjectType(MCLinker& pLinker);
H A DLDFileFormat.h60 /// initObjectType - different types, such as shared object, executable
62 virtual void initObjectType(MCLinker& pLinker) = 0;
H A DELFFileFormat.h42 virtual void initObjectType(MCLinker& pLinker) = 0;
/frameworks/compile/mclinker/lib/LD/
H A DLDFileFormat.cpp30 initObjectType(pLinker);
H A DELFDynObjFileFormat.cpp18 void ELFDynObjFileFormat::initObjectType(MCLinker& pLinker) function in class:ELFDynObjFileFormat
H A DELFExecFileFormat.cpp18 void ELFExecFileFormat::initObjectType(MCLinker& pLinker) function in class:ELFExecFileFormat

Completed in 2353 milliseconds