Searched refs:headerSize (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tools/ |
| H A D | compute_size_class_config.cpp | 23 size_t headerSize) { in measureWastage() argument 26 size_t sizePlusHeader = a.size + headerSize; in measureWastage() 75 size_t headerSize = 16; in main() local 94 matchArg(headerSize, "-h") || matchArg(numClasses, "-n") || in main() 112 if (__builtin_ctzl(newClass - headerSize) + in main() 113 __builtin_clzl(newClass - headerSize) < in main() 129 size_t minSizeLog = log2Floor(headerSize); in main() 133 size_t midSizeLog = log2Floor(classes[midSizeIndex] - headerSize); in main() 134 size_t maxSizeLog = log2Floor(classes.back() - headerSize - 1) + 1; in main() 147 measureWastage(allocs, classes, pageSize, headerSize), numBits, in main() [all …]
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Target.h | 40 headerSize = sizeof(typename LP::mach_header); in TargetInfo() 104 size_t headerSize; variable
|
| H A D | InputFiles.h | 328 reinterpret_cast<const uint8_t *>(hdr) + target->headerSize; in findCommands()
|
| H A D | SyntheticSections.cpp | 93 uint64_t size = target->headerSize + sizeOfCmds + config->headerPad; in getSize() 153 uint8_t *p = reinterpret_cast<uint8_t *>(hdr) + target->headerSize; in writeTo()
|
| H A D | InputFiles.cpp | 1846 target->headerSize; in parseLoadCommands()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.h | 33 size_t headerSize() const;
|
| H A D | MachOWriter.cpp | 28 size_t MachOWriter::headerSize() const { in headerSize() function in MachOWriter 131 return headerSize() + loadCommandsSize(); in totalSize() 156 reinterpret_cast<uint8_t *>(Buf->getBufferStart()) + headerSize(); in writeLoadCommands()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.h | 169 static const unsigned headerSize = 16; variable 175 size_t getSize() const override { return headerSize + hashSize; } in getSize() 726 size_t headerSize; variable
|
| H A D | LinkerScript.cpp | 1261 uint64_t headerSize = getHeaderSize(); in allocateHeaders() local 1263 headerSize <= min - computeBase(min, hasExplicitHeaders)) { in allocateHeaders() 1264 min = alignDown(min - headerSize, config->maxPageSize); in allocateHeaders()
|
| H A D | Symbols.cpp | 183 : in.plt->getVA() + in.plt->headerSize + in getPltVA()
|
| H A D | SyntheticSections.cpp | 2534 headerSize(target->pltHeaderSize) { in PltSection() 2557 size_t off = headerSize; in writeTo() 2572 return headerSize + entries.size() * target->pltEntrySize; in getSize() 2585 size_t off = headerSize; in addSymbols() 2637 return headerSize + entries.size() * target->pltEntrySize + footerSize; in getSize()
|
| H A D | Relocations.cpp | 1628 cast<Defined>(sym).value = in.plt->headerSize; in postScanRelocations() 1629 in.plt->headerSize += 16; in postScanRelocations()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPC.cpp | 196 write32(buf, in.plt->getVA() + in.plt->headerSize + 4 * s.getPltIdx()); in writeGotPlt()
|