Lines Matching defs:getSize
402 size_t inputSize = getSize();
808 write32le(buf + 2, impSymbol->getRVA() - rva - getSize());
845 size_t RangeExtensionThunkARM::getSize() const {
866 size_t RangeExtensionThunkARM64::getSize() const { return sizeof(arm64Thunk); }
883 size_t LocalImportChunk::getSize() const { return ctx.config.wordsize; }
924 size_t ECCodeMapChunk::getSize() const {
934 table[i].Length = entry.last->getRVA() + entry.last->getSize() - start;
939 size_t PseudoRelocTableChunk::getSize() const {
1064 size_t MergeChunk::getSize() const {
1065 return builder.getSize();
1073 size_t AbsolutePointerChunk::getSize() const { return ctx.config.wordsize; }
1088 size_t CHPECodeRangesChunk::getSize() const {
1099 ranges[i].EndRva = start + thunk->getSize();
1104 size_t CHPERedirectionChunk::getSize() const {
1121 size_t ImportThunkChunkARM64EC::getSize() const {
1173 size_t Arm64XDynamicRelocEntry::getSize() const {
1246 size += entry.getSize();
1289 relocSize += entry.getSize();