Searched defs:SymSize (Results 1 – 7 of 7) sorted by relevance
52 uint32_t SymSize = 0; member
109 size_t SymSize = IsBigObj ? sizeof(coff_symbol32) : sizeof(coff_symbol16); in readSymbols() local
84 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() argument 108 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() argument 194 uint64_t SymSize = P.second; in dumpCXXData() local [all...]
369 auto SymSize = Sym.getSize() ? Sym.getSize() : B.getSize() - Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol() local
709 size_t SymSize = (B.getAddress() + BlockSize) - graphifyCStringSection() local
310 DenseMap<const MCSymbol *, uint64_t> SymSize; global() variable
893 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data()); in linkAndVerify() local