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