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

1 2

  /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/Fragment/
FragmentLinker.cpp 35 #include <mcld/Fragment/Relocation.h>
91 // Relocation Operations
95 // when producing relocatables, no need to apply relocation
114 Relocation* relocation = llvm::cast<Relocation>(reloc); local
115 relocation->apply(*m_Backend.getRelocator());
117 } // for all relocation section
163 Relocation* relocation = llvm::cast<Relocation>(reloc) local
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 72 return LDFileFormat::Relocation;
118 // FIXME: where to set up Relocation?
119 Relocation::SetUp(m_Config);
333 /// CreateRelocData - To create a relocation data for given pSection.
336 assert(!pSection.hasRelocData() && "pSection already has relocation data.");
411 /// AppendRelocation - To append an relocation to the given RelocData pRD.
412 void IRBuilder::AppendRelocation(Relocation& pRelocation, RelocData& pRD)
667 /// AddRelocation - add a relocation entry
670 Relocation* IRBuilder::AddRelocation(LDSection& pSection,
671 Relocation::Type pType
687 Relocation* relocation = Relocation::Create(pType, *frag_ref, pAddend); local
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 220 /// readRelocations - read all relocation entries
225 // Bitcode is read by the other path. This function reads relocation sections
250 case LDFileFormat::Relocation:
389 Relocation* relocation = llvm::cast<Relocation>(reloc); local
390 // scan relocation
393 *relocation, *m_pBuilder, *m_pModule, **rs);
396 *relocation, *m_pModule, **rs);
398 } // for all relocation sectio
512 bool ObjectLinker::relocation() function in class:ObjectLinker
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 608 // Note: relocation (and much of the rest of this code) will be
610 uint64 relocation = (elf_type == ET_DYN) ? start_address : 0; local
613 relocation);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 63 case LDFileFormat::Relocation:
105 case LDFileFormat::Relocation:
382 case LDFileFormat::Relocation:
424 llvm::report_fatal_error("unsupported relocation section type!");
440 const Relocation* relocation = 0; local
446 relocation = &(llvm::cast<Relocation>(*it));
447 frag_ref = &(relocation->targetRef());
459 if( relocation->symInfo() == NULL
481 const Relocation* relocation = 0; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 227 "static linkage should not result in a dynamic relocation section");
235 "static linkage should not result in a dynamic relocation section");
531 Relocation* relocation = llvm::cast<Relocation>(reloc); local
533 switch (relocation->type()) {
545 LDSymbol* symbol = relocation->symInfo()->outSymbol();
552 if (relocation->symInfo()->isGlobal() &&
553 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) {
559 Stub* stub = getStubFactory()->create(*relocation, // relocatio
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 99 "static linkage should not result in a dynamic relocation section");
105 "static linkage should not result in a dynamic relocation section");
588 Relocation* relocation = llvm::cast<Relocation>(reloc); local
590 LDSymbol* symbol = relocation->symInfo()->outSymbol();
597 Stub* stub = getStubFactory()->create(*relocation, // relocation
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 265 struct relocation { struct in namespace:llvm::COFF
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfd.h 216 /* Symbols and relocation. */
221 /* How to perform a relocation. */
1446 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1465 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1465 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1465 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1465 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1465 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 223 /* Symbols and relocation. */
228 /* How to perform a relocation. */
1465 struct reloc_cache_entry *relocation; member in struct:bfd_section
    [all...]

Completed in 1558 milliseconds

1 2