Searched refs:AbsolutePointerChunk (Results 1 – 3 of 3) sorted by relevance
1920 AbsolutePointerChunk *ctorListHead = make<AbsolutePointerChunk>(ctx, -1); in insertCtorDtorSymbols()1921 AbsolutePointerChunk *ctorListEnd = make<AbsolutePointerChunk>(ctx, 0); in insertCtorDtorSymbols()1922 AbsolutePointerChunk *dtorListHead = make<AbsolutePointerChunk>(ctx, -1); in insertCtorDtorSymbols()1923 AbsolutePointerChunk *dtorListEnd = make<AbsolutePointerChunk>(ctx, 0); in insertCtorDtorSymbols()
686 class AbsolutePointerChunk : public NonSectionChunk {688 AbsolutePointerChunk(COFFLinkerContext &ctx, uint64_t value) in AbsolutePointerChunk() function
1032 size_t AbsolutePointerChunk::getSize() const { return ctx.config.wordsize; } in getSize()1034 void AbsolutePointerChunk::writeTo(uint8_t *buf) const { in writeTo()