Home | History | Annotate | Download | only in src

Lines Matching defs:relocation

18   T relocation;
19 relocation.r_offset = addr;
20 relocation.r_info = info;
21 relocation.r_addend = addend;
22 relocations->push_back(relocation);
29 const T& relocation) {
30 return relocation.r_offset == addr &&
31 relocation.r_info == info &&
32 relocation.r_addend == addend;
50 // Initial relocation.
68 // Add a second relocation, 4 byte offset delta, 12 byte addend delta.
88 // Add a third relocation, 4 byte offset delta, 12 byte addend delta.
114 // Initial relocation.
174 // Initial relocation.
200 // Initial relocation.