Lines Matching full:relocation
33 Relocation::Type pCopyRel);
101 /// getPointerRel - get pointer relocation type.
102 Relocation::Type getPointerRel() { return m_PointerRel; }
104 Relocation::Type getCopyRelType() const { return m_CopyRel; }
105 Relocation::Type getPointerRelType() const { return m_PointerRel; }
110 /// getRelEntrySize - the size in BYTE of rel type relocation
113 /// getRelEntrySize - the size in BYTE of rela type relocation
139 /// m_RelDyn - dynamic relocation table of .rel.dyn
141 /// m_RelPLT - dynamic relocation table of .rel.plt
150 Relocation::Type m_CopyRel;
151 Relocation::Type m_PointerRel;