Searched refs:CommonSize (Results 1 – 3 of 3) sorted by relevance
394 uint64_t CommonSize = 0; in computeTotalAllocSize() local401 CommonSize += Size; in computeTotalAllocSize()404 if (CommonSize != 0) { in computeTotalAllocSize()405 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize()488 uint64_t CommonSize = 0; in emitCommonSymbols() local509 CommonSize += Align + Size; in emitCommonSymbols()515 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, sizeof(void *), in emitCommonSymbols()521 SectionEntry("<common symbols>", Addr, CommonSize, CommonSize, 0)); in emitCommonSymbols()522 memset(Addr, 0, CommonSize); in emitCommonSymbols()525 << format("%p", Addr) << " DataSize: " << CommonSize << "\n"); in emitCommonSymbols()
130 uint64_t CommonSize; member331 return CommonSize; in getCommonSize()340 CommonSize = Size; in setCommon()365 if(CommonSize != Size || getCommonAlignment() != Align) in declareCommon()
98 unsigned CommonSize = 0; member465 if (Size >= Res.CommonSize) { in claim_file_hook()466 Res.CommonSize = Size; in claim_file_hook()