Home | History | Annotate | Download | only in Fragment

Lines Matching full:address

31   typedef uint64_t Address;  // FIXME: use SizeTrait<T>::Address instead
42 Address pAddend,
63 Address pAddend = 0);
71 /// symValue - S value - the symbol address
72 Address symValue() const;
75 Address addend() const { return m_Addend; }
77 /// place - P value - address of the place being relocated
78 Address place() const;
104 void setAddend(Address pAddend);
122 Address m_Addend;