HomeSort by relevance Sort by last modified time
    Searched refs:UpdateSectionAlign (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 75 /// UpdateSectionAlign - update alignment for input section
76 static void UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom);
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 82 UpdateSectionAlign(*target, pInputSection);
93 UpdateSectionAlign(*target, pInputSection);
140 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom)

Completed in 39 milliseconds