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

  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 13 void AddRelocation(Elf32_Addr addr, std::vector<Elf32_Rel>* relocations) {
15 relocations->push_back(relocation);
27 std::vector<Elf32_Rel> relocations; local
33 AddRelocation(0xd1ce0000, &relocations);
34 // Two more relocations, 4 byte deltas.
35 AddRelocation(0xd1ce0004, &relocations);
36 AddRelocation(0xd1ce0008, &relocations);
37 // Three more relocations, 8 byte deltas.
38 AddRelocation(0xd1ce0010, &relocations);
39 AddRelocation(0xd1ce0018, &relocations);
72 std::vector<Elf32_Rel> relocations; local
    [all...]
run_length_encoder_unittest.cc 13 void AddRelocation(Elf32_Addr addr, std::vector<Elf32_Rel>* relocations) {
15 relocations->push_back(relocation);
27 std::vector<Elf32_Rel> relocations; local
33 codec.Encode(relocations, &packed);
38 AddRelocation(0xf00d0000, &relocations);
41 codec.Encode(relocations, &packed);
46 AddRelocation(0xf00d0004, &relocations);
49 codec.Encode(relocations, &packed);
61 AddRelocation(0xf00d0008, &relocations);
63 // Add three more relocations, 8 byte deltas
86 std::vector<Elf32_Rel> relocations; local
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relro.cpp 118 ElfRelocations relocations; local
119 if (!relocations.Init(view, error))
131 relocations.CopyAndRelocate(relro_start,
crazy_linker_shared_library.cpp 290 // Apply relocations.
291 LOG("%s: Applying relocations to %s\n", __FUNCTION__, base_name_);
293 ElfRelocations relocations; local
295 if (!relocations.Init(&view_, error))
299 if (!relocations.ApplyAll(&symbols_, &resolver, error))
302 LOG("%s: Relocations applied for %s\n", __FUNCTION__, base_name_);
331 // Simply copy, no relocations.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relro.cpp 118 ElfRelocations relocations; local
119 if (!relocations.Init(view, error))
131 relocations.CopyAndRelocate(relro_start,
crazy_linker_shared_library.cpp 290 // Apply relocations.
291 LOG("%s: Applying relocations to %s\n", __FUNCTION__, base_name_);
293 ElfRelocations relocations; local
295 if (!relocations.Init(&view_, error))
299 if (!relocations.ApplyAll(&symbols_, &resolver, error))
302 LOG("%s: Relocations applied for %s\n", __FUNCTION__, base_name_);
331 // Simply copy, no relocations.
  /external/llvm/include/llvm/Object/
ObjectFile.h 35 /// relocation in the list of relocations in the object file.
55 /// relocations, usually because it is the trailing part of a multipart
116 iterator_range<relocation_iterator> relocations() const { function in class:llvm::object::SectionRef
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 69 int Relocations;
89 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon29664
99 relocations Relocations;
197 , Relocations(0)
220 // if it has relocations pointing at it, keep it
221 if (Relocations > 0) {
222 assert(Section->Number != -1 && "Sections with relocations must be real!");
765 // Turn relocations for temporary symbols into section relocations
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
aether-impl-0.9.0.M2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 

Completed in 694 milliseconds