HomeSort by relevance Sort by last modified time
    Searched defs:relocations (Results 1 - 11 of 11) 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, "
547 // DT_RELSZ or DT_RELASZ indicate the overall size of relocations.
675 // Remove relative entries from dynamic relocations and write as packed
676 // data into android packed relocations.
685 // Retrieve the current dynamic relocations section data
688 std::vector<typename ELF::Rela> relocations; local
    [all...]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
COFF_i386.s 55 .global relocations
56 relocations: label
64 # rtdyld-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data)
65 .secrel32 relocations // IMAGE_REL_I386_SECREL
  /external/llvm/include/llvm/Object/
ObjectFile.h 39 /// of relocations in the object file.
102 iterator_range<relocation_iterator> relocations() const { function in class:llvm::object::SectionRef
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 75 int Relocations;
99 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon18063
109 relocations Relocations;
205 Relocations(0), MC(nullptr) {
622 // away any relocations to functions.
723 // Turn relocations for temporary symbols into section relocations.
738 ++Reloc.Symb->Relocations;
772 // generate the relocations however the rest of the MSVC toolchain i
    [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 254 milliseconds