Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFSegment.cpp22 uint64_t pAlign) in ELFSegment() argument
30 m_Align(pAlign) { in ELFSegment()
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegment.h39 uint64_t pAlign = 0);
139 void setAlign(uint64_t pAlign) in setAlign() argument
140 { m_Align = pAlign; } in setAlign()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLinker.h142 uint32_t pAlign = 0x0);
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp454 uint32_t pAlign) in getOrCreateOutputSectHdr() argument
464 output_sect->setAlign(pAlign); in getOrCreateOutputSectHdr()