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

  /bionic/tools/relocation_packer/src/
delta_encoder_unittest.cc 17 std::vector<T>* relocations) {
22 relocations->push_back(relocation);
41 std::vector<typename ELF::Rela> relocations; local
46 codec.Encode(relocations, &packed);
51 AddRelocation(0xf00d0000, 11U, 10000, &relocations);
53 codec.Encode(relocations, &packed);
70 AddRelocation(0xf00d0004, 11U, 10012, &relocations);
73 codec.Encode(relocations, &packed);
90 AddRelocation(0xf00d0008, 41U, 10024, &relocations);
92 // Add three more relocations, 8 byte offset deltas, -24 byte addend deltas
160 std::vector<typename ELF::Rela> relocations; local
    [all...]
packer_unittest.cc 17 std::vector<typename ELF::Rela>* relocations) {
23 relocations->push_back(relocation);
40 std::vector<typename ELF::Rela> relocations; local
44 AddRelocation<ELF>(0xd1ce0000, 0x11, 0, &relocations);
45 // Two more relocations, 4 byte deltas.
46 AddRelocation<ELF>(0xd1ce0004, 0x11, 0, &relocations);
47 AddRelocation<ELF>(0xd1ce0008, 0x11, 0, &relocations);
48 // Three more relocations, 8 byte deltas.
49 AddRelocation<ELF>(0xd1ce0010, 0x11, 0, &relocations);
50 AddRelocation<ELF>(0xd1ce0018, 0x11, 0, &relocations);
97 std::vector<typename ELF::Rela> relocations; local
149 std::vector<typename ELF::Rela> relocations; local
273 std::vector<typename ELF::Rela> relocations; local
    [all...]
elf_file.cc 30 // android packed relocations section.
185 // Notes of the dynamic relocations, packed relocations, and .dynamic
246 // Loading failed if we could not identify the relocations type.
248 LOG(ERROR) << "No relocations sections found";
252 LOG(ERROR) << "Multiple relocations sections with different types found, "
474 // DT_RELSZ or DT_RELASZ indicate the overall size of relocations.
602 // Remove relative entries from dynamic relocations and write as packed
603 // data into android packed relocations.
612 // Retrieve the current dynamic relocations section data
615 std::vector<typename ELF::Rela> relocations; local
    [all...]
  /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 37 /// relocation in the list of relocations in the object file.
57 /// relocations, usually because it is the trailing part of a multipart
114 iterator_range<relocation_iterator> relocations() const { function in class:llvm::object::SectionRef
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 71 int Relocations;
90 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon14887
100 relocations Relocations;
202 , Relocations(0)
221 // if it has relocations pointing at it, keep it
222 if (Relocations > 0) {
223 assert(Section->Number != -1 && "Sections with relocations must be real!");
658 // away any relocations to functions.
742 // Turn relocations for temporary symbols into section relocations
    [all...]
  /build/core/
definitions.mk     [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 581 milliseconds