HomeSort by relevance Sort by last modified time
    Searched defs:AddRelocation (Results 1 - 3 of 3) sorted by null

  /bionic/tools/relocation_packer/src/
delta_encoder_unittest.cc 14 void AddRelocation(uint32_t addr,
51 AddRelocation(0xf00d0000, 11U, 10000, &relocations);
70 AddRelocation(0xf00d0004, 11U, 10012, &relocations);
90 AddRelocation(0xf00d0008, 41U, 10024, &relocations);
93 AddRelocation(0xf00d0010, 42U, 10000, &relocations);
94 AddRelocation(0xf00d0018, 42U, 9976, &relocations);
95 AddRelocation(0xf00d0020, 42U, 9952, &relocations);
97 AddRelocation(0xf00d2028, 1042U, 0, &relocations);
98 AddRelocation(0xf00d2030, 3442U, 0, &relocations);
packer_unittest.cc 14 static void AddRelocation(typename ELF::Addr addr,
44 AddRelocation<ELF>(0xd1ce0000, 0x11, 0, &relocations);
46 AddRelocation<ELF>(0xd1ce0004, 0x11, 0, &relocations);
47 AddRelocation<ELF>(0xd1ce0008, 0x11, 0, &relocations);
49 AddRelocation<ELF>(0xd1ce0010, 0x11, 0, &relocations);
50 AddRelocation<ELF>(0xd1ce0018, 0x11, 0, &relocations);
51 AddRelocation<ELF>(0xd1ce0020, 0x11, 0, &relocations);
152 AddRelocation<ELF>(0xd1ce0000, 0x01, 10024, &relocations);
154 AddRelocation<ELF>(0xd1ce0004, 0x01, 10012, &relocations);
155 AddRelocation<ELF>(0xd1ce0008, 0x01, 10024, &relocations)
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 586 /// AddRelocation - add a relocation entry
589 Relocation* IRBuilder::AddRelocation(LDSection& pSection,

Completed in 56 milliseconds