Searched refs:AbsolutePointerChunk (Results 1 – 3 of 3) sorted by relevance
2095 AbsolutePointerChunk *ctorListHead = make<AbsolutePointerChunk>(ctx, -1); in insertCtorDtorSymbols()2096 AbsolutePointerChunk *ctorListEnd = make<AbsolutePointerChunk>(ctx, 0); in insertCtorDtorSymbols()2097 AbsolutePointerChunk *dtorListHead = make<AbsolutePointerChunk>(ctx, -1); in insertCtorDtorSymbols()2098 AbsolutePointerChunk *dtorListEnd = make<AbsolutePointerChunk>(ctx, 0); in insertCtorDtorSymbols()
747 class AbsolutePointerChunk : public NonSectionChunk {749 AbsolutePointerChunk(COFFLinkerContext &ctx, uint64_t value) in AbsolutePointerChunk() function
1064 size_t AbsolutePointerChunk::getSize() const { return ctx.config.wordsize; } in getSize()1066 void AbsolutePointerChunk::writeTo(uint8_t *buf) const { in writeTo()