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

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest1.asm 4 ;; [1] relocation within the same segment in each module
5 ;; [2] relocation to different segments in same module
6 ;; [3] relocation to same segment in different module
7 ;; [4] relocation to different segment in different module
8 ;; [5] relative relocation to same module
9 ;; [6] relative relocation to different module
rdfseg.asm 4 ;; [2] should produce standard relocation
  /external/elfutils/tests/
run-elflint-test.sh 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /external/llvm/bindings/python/llvm/tests/
test_object.py 3 from ..object import Relocation
61 for relocation in section.get_relocations():
62 assert isinstance(relocation, Relocation)
63 assert isinstance(relocation.address, long)
64 assert isinstance(relocation.offset, long)
65 assert isinstance(relocation.type_number, long)
66 assert isinstance(relocation.type_name, str)
67 assert isinstance(relocation.value_string, str)
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
23 @ generating an external relocation so the linker can create a branch
40 @ CHECK: # Relocation 0
  /external/chromium_org/base/third_party/symbolize/
symbolize.h 116 uint64 relocation);
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 19 @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g
eh-compact-pr0.s 63 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
98 @ another relocation entry for __aeabi_unwind_cpp_pr0, so that the linker
eh-directive-handlerdata.s 43 @ We should see a relocation entry to __aeabi_unwind_cpp_pr0, so that the
100 @ We should see a relocation entry to __aeabi_unwind_cpp_pr0, so that the
eh-compact-pr1.s 67 @ another relocation entry for __aeabi_unwind_cpp_pr1, so that the linker
eh-directive-text-section.s 77 @ add an relocation to __aeabi_unwind_cpp_pr0.
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 69 /// readRelocations - read all relocation entries
95 /// scanRelocations - scan all relocation entries by output symbols.
114 /// relocate - applying relocation entries and create relocation
116 /// Create relocation section, asking TargetLDBackend to
117 /// read the relocation information into RelocationEntry
118 /// and push_back into the relocation section
119 bool 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/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...]
  /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;
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 1 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=static %s | \
3 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=pic %s | \
  /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/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/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 24 ; [18] Perform a 64 Bit relocation in the text section
  /external/chromium_org/v8/test/mjsunit/regress/
regress-lazy-deopt-reloc.js 32 // Regression test for issue where we did not pad the relocation
  /external/stlport/test/eh/
cygwin.mak 41 # in the assembler with 'invalid relocation type'
djgpp.mak 41 # in the assembler with 'invalid relocation type'
gcc-99r1.mak 41 # in the assembler with 'invalid relocation type'
gcc-apple-macosx.mak 42 # in the assembler with 'invalid relocation type'

Completed in 369 milliseconds

1 2 3