Home | History | Annotate | Download | only in src

Lines Matching defs:relocation

14   Elf32_Rel relocation = {addr, R_ARM_RELATIVE};
15 relocations->push_back(relocation);
18 bool CheckRelocation(Elf32_Addr addr, const Elf32_Rel& relocation) {
19 return relocation.r_offset == addr && relocation.r_info == R_ARM_RELATIVE;
37 // Add one relocation (insufficient data to encode).
45 // Add a second relocation, 4 byte delta (minimum data to encode).
54 // Initial relocation.
56 // Run of a single relocation, 4 byte delta.
60 // Add a third relocation, 4 byte delta.
74 // Initial relocation.
95 // Initial relocation.
108 // Initial relocation.