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

  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 70 /// UpdateSectionAlign - update alignment for input section
71 static void UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom);
73 /// UpdateSectionAlign - update alignment for the section
74 static void UpdateSectionAlign(LDSection& pSection,
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 87 UpdateSectionAlign(*target, pInputSection);
98 UpdateSectionAlign(*target, pInputSection);
120 UpdateSectionAlign(*target, pInputSection);
165 /// UpdateSectionAlign - update alignment for input section
166 void ObjectBuilder::UpdateSectionAlign(LDSection& pTo, const LDSection& pFrom) {
171 /// UpdateSectionAlign - update alignment for input section
172 void ObjectBuilder::UpdateSectionAlign(LDSection& pSection,
ObjectLinker.cpp 420 builder.UpdateSectionAlign(*out_sect, *in_sect);
430 builder.UpdateSectionAlign(*target, *out_sect);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 632 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
638 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
659 ObjectBuilder::UpdateSectionAlign(tbss_sect, (*com_sym)->value());
665 ObjectBuilder::UpdateSectionAlign(bss_sect, (*com_sym)->value());
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 135 milliseconds