Searched refs:AddRelocation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Drun_length_encoder_unittest.cc14 void AddRelocation(ELF::Addr addr, std::vector<ELF::Rel>* relocations) { function in namespace:__anon16527
43 AddRelocation(0xf00d0000, &relocations);
51 AddRelocation(0xf00d0004, &relocations);
66 AddRelocation(0xf00d0008, &relocations);
69 AddRelocation(0xf00d0010, &relocations);
70 AddRelocation(0xf00d0018, &relocations);
71 AddRelocation(0xf00d0020, &relocations);
H A Dpacker_unittest.cc14 void AddRelocation(ELF::Addr addr, std::vector<ELF::Rel>* relocations) { function in namespace:__anon16525
27 void AddRelocation(ELF::Addr addr, function in namespace:__anon16525
57 AddRelocation(0xd1ce0000, &relocations);
59 AddRelocation(0xd1ce0004, &relocations);
60 AddRelocation(0xd1ce0008, &relocations);
62 AddRelocation(0xd1ce0010, &relocations);
63 AddRelocation(0xd1ce0018, &relocations);
64 AddRelocation(0xd1ce0020, &relocations);
145 AddRelocation(0xd1ce0000, 10000, &relocations);
147 AddRelocation(
[all...]
H A Ddelta_encoder_unittest.cc14 void AddRelocation(ELF::Addr addr, function in namespace:__anon16509
49 AddRelocation(0xf00d0000, 10000, &relocations);
62 AddRelocation(0xf00d0004, 10012, &relocations);
78 AddRelocation(0xf00d0008, 10024, &relocations);
81 AddRelocation(0xf00d0010, 10000, &relocations);
82 AddRelocation(0xf00d0018, 9976, &relocations);
83 AddRelocation(0xf00d0020, 9952, &relocations);

Completed in 378 milliseconds