Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:Size

60   /// Size - section size. Doesn't include the stubs.
61 size_t Size;
77 SectionEntry(StringRef name, uint8_t *address, size_t size,
79 : Name(name), Address(address), Size(size),
80 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size),
116 /// The size of this relocation (MachO specific).
117 unsigned Size;
121 SymOffset(0), IsPCRel(false), Size(0) {}
126 SymOffset(symoffset), IsPCRel(false), Size(0) {}
129 bool IsPCRel, unsigned Size)
131 SymOffset(0), IsPCRel(IsPCRel), Size(Size) {}
135 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
138 Size(Size) {
306 /// Endian-aware read Read the least significant Size bytes from Src.
307 uint64_t readBytesUnaligned(uint8_t *Src, unsigned Size) const;
309 /// Endian-aware write. Write the least significant Size bytes from Value to
311 void writeBytesUnaligned(uint64_t Value, uint8_t *Dst, unsigned Size) const;
369 // \brief Compute the stub buffer size required for a section