Searched refs:allocateHeaders (Results 1 – 3 of 3) sorted by relevance
350 void allocateHeaders(SmallVector<PhdrEntry *, 0> &phdrs);
1325 static uint64_t computeBase(uint64_t min, bool allocateHeaders) { in computeBase() argument1328 if (!script->hasSectionsCommand || allocateHeaders) in computeBase()1341 void LinkerScript::allocateHeaders(SmallVector<PhdrEntry *, 0> &phdrs) { in allocateHeaders() function in LinkerScript
318 script->allocateHeaders(mainPart->phdrs); in run()