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

  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 13 void AddRelocation(Elf32_Addr addr, std::vector<Elf32_Rel>* relocations) {
33 AddRelocation(0xd1ce0000, &relocations);
35 AddRelocation(0xd1ce0004, &relocations);
36 AddRelocation(0xd1ce0008, &relocations);
38 AddRelocation(0xd1ce0010, &relocations);
39 AddRelocation(0xd1ce0018, &relocations);
40 AddRelocation(0xd1ce0020, &relocations);
run_length_encoder_unittest.cc 13 void AddRelocation(Elf32_Addr addr, std::vector<Elf32_Rel>* relocations) {
38 AddRelocation(0xf00d0000, &relocations);
46 AddRelocation(0xf00d0004, &relocations);
61 AddRelocation(0xf00d0008, &relocations);
64 AddRelocation(0xf00d0010, &relocations);
65 AddRelocation(0xf00d0018, &relocations);
66 AddRelocation(0xf00d0020, &relocations);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 594 /// AddRelocation - add a relocation entry
597 Relocation* IRBuilder::AddRelocation(LDSection& pSection,

Completed in 79 milliseconds