Home
last modified time | relevance | path

Searched refs:AddRelocation (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
Ddelta_encoder_unittest.cc14 void AddRelocation(uint32_t addr, in AddRelocation() function
51 AddRelocation(0xf00d0000, 11U, 10000, &relocations); in encode()
70 AddRelocation(0xf00d0004, 11U, 10012, &relocations); in encode()
90 AddRelocation(0xf00d0008, 41U, 10024, &relocations); in encode()
93 AddRelocation(0xf00d0010, 42U, 10000, &relocations); in encode()
94 AddRelocation(0xf00d0018, 42U, 9976, &relocations); in encode()
95 AddRelocation(0xf00d0020, 42U, 9952, &relocations); in encode()
97 AddRelocation(0xf00d2028, 1042U, 0, &relocations); in encode()
98 AddRelocation(0xf00d2030, 3442U, 0, &relocations); in encode()
Dpacker_unittest.cc14 static void AddRelocation(typename ELF::Addr addr, in AddRelocation() function
44 AddRelocation<ELF>(0xd1ce0000, 0x11, 0, &relocations); in DoPackNoAddend()
46 AddRelocation<ELF>(0xd1ce0004, 0x11, 0, &relocations); in DoPackNoAddend()
47 AddRelocation<ELF>(0xd1ce0008, 0x11, 0, &relocations); in DoPackNoAddend()
49 AddRelocation<ELF>(0xd1ce0010, 0x11, 0, &relocations); in DoPackNoAddend()
50 AddRelocation<ELF>(0xd1ce0018, 0x11, 0, &relocations); in DoPackNoAddend()
51 AddRelocation<ELF>(0xd1ce0020, 0x11, 0, &relocations); in DoPackNoAddend()
152 AddRelocation<ELF>(0xd1ce0000, 0x01, 10024, &relocations); in DoPackWithAddend()
154 AddRelocation<ELF>(0xd1ce0004, 0x01, 10012, &relocations); in DoPackWithAddend()
155 AddRelocation<ELF>(0xd1ce0008, 0x01, 10024, &relocations); in DoPackWithAddend()
[all …]