HomeSort by relevance Sort by last modified time
    Searched defs:relocation (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 14 Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; local
15 relocations->push_back(relocation);
18 bool CheckRelocation(Elf32_Addr addr, const Elf32_Rel& relocation) {
19 return relocation.r_offset == addr && relocation.r_info == R_ARM_RELATIVE;
32 // Initial relocation.
103 // Initial relocation.
run_length_encoder_unittest.cc 14 Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; local
15 relocations->push_back(relocation);
18 bool CheckRelocation(Elf32_Addr addr, const Elf32_Rel& relocation) {
19 return relocation.r_offset == addr && relocation.r_info == R_ARM_RELATIVE;
37 // Add one relocation (insufficient data to encode).
45 // Add a second relocation, 4 byte delta (minimum data to encode).
54 // Initial relocation.
56 // Run of a single relocation, 4 byte delta.
60 // Add a third relocation, 4 byte delta
    [all...]
run_length_encoder.cc 71 // The first relocation is just one created from the initial address.
85 const Elf32_Rel relocation = {addr, R_ARM_RELATIVE}; local
86 relocations->push_back(relocation);
98 // If we have zero or one relocation only then there is no packing
elf_file.cc 413 // We need to adjust the offset of every relocation inside it that falls
656 const Elf32_Rel* relocation = &relocations[i]; local
657 CHECK(ELF32_R_TYPE(relocation->r_info) == R_ARM_RELATIVE);
659 // See if this relocation points into the current section.
660 if (relocation->r_offset >= section_start &&
661 relocation->r_offset < section_end) {
662 Elf32_Addr byte_offset = relocation->r_offset - section_start;
665 // Is the relocation's target after the hole's start?
676 VLOG("relocation[%lu] target adjusted to %u\n", i, *target);
681 // If we applied any relocation to this section, write it back
704 Elf32_Rel* relocation = &relocations->at(i); local
737 const Elf32_Rel& relocation = relocations[i]; local
918 const Elf32_Rel& relocation = relocations[i]; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc 252 ptrdiff_t relocation = local
256 relocation);
267 value += relocation;
271 value += relocation;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc 252 ptrdiff_t relocation = local
256 relocation);
267 value += relocation;
271 value += relocation;
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 80 return LDFileFormat::Relocation;
110 // FIXME: where to set up Relocation?
111 Relocation::SetUp(m_Config);
302 /// CreateRelocData - To create a relocation data for given pSection.
305 assert(!pSection.hasRelocData() && "pSection already has relocation data.");
373 /// AppendRelocation - To append an relocation to the given RelocData pRD.
374 void IRBuilder::AppendRelocation(Relocation& pRelocation, RelocData& pRD)
594 /// AddRelocation - add a relocation entry
597 Relocation* IRBuilder::AddRelocation(LDSection& pSection,
598 Relocation::Type pType
605 Relocation* relocation = Relocation::Create(pType, *frag_ref, pAddend); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 248 "static linkage should not result in a dynamic relocation section");
256 "static linkage should not result in a dynamic relocation section");
443 // traverse all the input relocations to find the relocation sections applying
450 // bypass the discarded relocation section
468 Relocation* reloc = llvm::cast<Relocation>(reloc_it);
623 Relocation* relocation = llvm::cast<Relocation>(reloc); local
625 switch (relocation->type())
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 66 case LDFileFormat::Relocation:
107 case LDFileFormat::Relocation:
108 // sort relocation for the benefit of the dynamic linker.
396 case LDFileFormat::Relocation:
482 llvm::report_fatal_error("unsupported relocation section type!");
498 const Relocation* relocation = 0; local
506 relocation = &(llvm::cast<Relocation>(*it));
507 frag_ref = &(relocation->targetRef())
541 const Relocation* relocation = 0; local
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 41 #include <mcld/Fragment/Relocation.h>
284 /// readRelocations - read all relocation entries
289 // Bitcode is read by the other path. This function reads relocation sections
320 case LDFileFormat::Relocation: {
561 Relocation* relocation = llvm::cast<Relocation>(reloc); local
564 ResolveInfo* info = relocation->symInfo();
570 // scan relocation
573 *relocation, *m_pBuilder, *m_pModule, **rs, **input)
737 bool ObjectLinker::relocation() function in class:ObjectLinker
758 Relocation* relocation = llvm::cast<Relocation>(reloc); local
825 Relocation* relocation = llvm::cast<Relocation>(reloc); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 106 "static linkage should not result in a dynamic relocation section");
112 "static linkage should not result in a dynamic relocation section");
598 Relocation* relocation = llvm::cast<Relocation>(reloc); local
600 LDSymbol* symbol = relocation->symInfo()->outSymbol();
607 Stub* stub = getStubFactory()->create(*relocation, // relocation
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-sec-dispatcher-1.3.jar 
maven-aether-provider-3.2.1.jar 
maven-model-3.2.1.jar 
aether-util-0.9.0.M2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /external/llvm/include/llvm/Support/
COFF.h 272 struct relocation { struct
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.1/
internal-plugins-1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1491 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1491 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1491 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1491 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]

Completed in 2492 milliseconds

1 2