Home
last modified time | relevance | path

Searched refs:setAlign (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp49 output_sect->setAlign(pAlign); in CreateSection()
77 target->setAlign(pInputSection.align()); in MergeSection()
157 pTo.setAlign(pFrom.align()); in UpdateSectionAlign()
165 pSection.setAlign(pAlignConstraint); in UpdateSectionAlign()
DObjectLinker.cpp387 in_sect->setAlign(in_align); in mergeSections()
399 out_sect->setAlign(out_align); in mergeSections()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOTPLT.cpp30 pSection.setAlign(8); in HexagonGOTPLT()
DHexagonPLT.cpp52 pSection.setAlign(16); in HexagonPLT()
DHexagonLDBackend.cpp1048 pTo.getSection().setAlign(pFrom.getSection().align()); in MoveSectionDataAndSort()
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegment.h101 void setAlign(uint64_t pAlign) in setAlign() function
DLDSection.h141 void setAlign(uint32_t align) in setAlign() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp388 plt.setAlign(16u); in initTargetSections()
679 plt.setAlign(16u); in initTargetSections()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp285 header->setAlign(pAlign); in CreateELFHeader()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1893 load_seg->setAlign(abiPageSize()); in createProgramHdrs()
2109 (*phdr)->setAlign(config().targets().bitclass() / 8); in setupProgramHdrs()
2630 output_sect->setAlign((*rs)->align()); in preLayout()