Home
last modified time | relevance | path

Searched refs:pAlign (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFSegment.h39 uint64_t pAlign = 0,
112 void setAlign(uint64_t pAlign) in setAlign() argument
113 { m_Align = pAlign; } in setAlign()
/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp22 uint64_t pAlign, in ELFSegment() argument
31 m_Align(pAlign), in ELFSegment()
/frameworks/compile/mclinker/include/mcld/Object/
DObjectBuilder.h60 uint32_t pAlign = 0x0);
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp40 uint32_t pAlign) in CreateSection() argument
46 output_sect->setAlign(pAlign); in CreateSection()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h254 uint32_t pAlign);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp311 uint32_t pAlign) in CreateELFHeader() argument
316 header->setAlign(pAlign); in CreateELFHeader()