Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h94 void setAlign(uint64_t pAlign) { m_Align = pAlign; } in setAlign() argument
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp38 uint32_t pAlign) { in CreateSection() argument
48 output_sect->setAlign(pAlign); in CreateSection()
/aosp12/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectBuilder.h55 uint32_t pAlign = 0x0);
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h226 uint32_t pAlign);
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp273 uint32_t pAlign) { in CreateELFHeader() argument
277 header->setAlign(pAlign); in CreateELFHeader()