Searched refs:CHPERedirectionChunk (Results 1 – 3 of 3) sorted by relevance
807 class CHPERedirectionChunk : public NonSectionChunk {809 CHPERedirectionChunk(std::vector<std::pair<Chunk *, Defined *>> &exportThunks) in CHPERedirectionChunk() function
1118 size_t CHPERedirectionChunk::getSize() const { in getSize()1123 void CHPERedirectionChunk::writeTo(uint8_t *buf) const { in writeTo()
2307 CHPERedirectionChunk *entryPoints = make<CHPERedirectionChunk>(exportThunks); in createECChunks()