Home
last modified time | relevance | path

Searched refs:appendSection (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h44 LDContext& appendSection(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
DLDContext.cpp20 LDContext& LDContext::appendSection(LDSection& pSection) { in appendSection() function in mcld::LDContext
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp279 pInput.context()->appendSection(*header); in CreateELFHeader()