Searched refs:pAlign (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h55 uint32_t pAlign = 0x0);
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h94 void setAlign(uint64_t pAlign) { m_Align = pAlign; } argument
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp38 uint32_t pAlign) {
48 output_sect->setAlign(pAlign);
34 CreateSection(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint32_t pAlign) argument
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h220 /// @param pAlign [in] The alignment constraint of the section
226 uint32_t pAlign);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp272 uint32_t pAlign) {
276 header->setAlign(pAlign);
268 CreateELFHeader(Input& pInput, const std::string& pName, uint32_t pType, uint32_t pFlag, uint32_t pAlign) argument

Completed in 401 milliseconds