Lines Matching full:relocation
18 typename ELF::Rela relocation;
19 relocation.r_offset = addr;
20 relocation.r_info = info;
21 relocation.r_addend = addend;
23 relocations->push_back(relocation);
30 const typename ELF::Rela& relocation) {
31 return relocation.r_offset == addr &&
32 relocation.r_info == info &&
33 relocation.r_addend == addend;
43 // Initial relocation.
65 // relocation count
67 // base relocation = 0xd1cdfffc -> fc, ff, b7, 8e, 7d/0d (32/64bit)
104 // relocation count
106 // base relocation = 0xd1cdfffc -> fc, ff, b7, 8e, 7d/0d (32/64bit)
151 // Initial relocation.
175 // Relocation count
177 // base relocation = 0xd1cdfffc -> fc, ff, b7, 8e, 0d/7d (depending on ELF::Addr)
232 // Relocation count
234 // base relocation = 0xd1cdfffc -> fc, ff, b7, 8e, 0d
282 // Initial relocation.