HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 226 - 250 of 1499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/tests/
run-elflint-test.sh 32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /external/llvm/test/CodeGen/ARM/
fast-isel-shifter.ll 1 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
eh-dispcont.ll 1 ; RUN: llc -mtriple armv7-apple-ios -relocation-model=pic -o - %s | FileCheck %s -check-prefix=ARM-PIC
2 ; RUN: llc -mtriple armv7-apple-ios -relocation-model=static -o - %s | FileCheck %s -check-prefix=ARM-NOPIC
3 ; RUN: llc -mtriple armv7-apple-ios -relocation-model=dynamic-no-pic -o - %s | FileCheck %s -check-prefix=ARM-NOPIC
4 ; RUN: llc -mtriple thumbv6-apple-ios -relocation-model=pic -o - %s | FileCheck %s -check-prefix=THUMB1-PIC
5 ; RUN: llc -mtriple thumbv6-apple-ios -relocation-model=static -o - %s | FileCheck %s -check-prefix=THUMB1-NOPIC
6 ; RUN: llc -mtriple thumbv6-apple-ios -relocation-model=dynamic-no-pic -o - %s | FileCheck %s -check-prefix=THUMB1-NOPIC
  /external/llvm/test/CodeGen/PowerPC/
tls-gd-obj.ll 1 ; RUN: llc -mcpu=pwr7 -O0 -filetype=obj -relocation-model=pic %s -o - | \
4 ; Test correct relocation generation for thread-local storage using
tls-ld-obj.ll 1 ; RUN: llc -mcpu=pwr7 -O0 -filetype=obj -relocation-model=pic %s -o - | \
4 ; Test correct relocation generation for thread-local storage using
  /external/llvm/test/DebugInfo/PowerPC/
tls.ll 3 ; FIXME: add relocation and DWARF expression support to llvm-dwarfdump & use
10 ; The debug relocation of the address of the tls variable
  /external/llvm/test/MC/MachO/
tls.s 118 // CHECK: # Relocation 0
121 // CHECK: # Relocation 1
124 // CHECK: # Relocation 2
127 // CHECK: # Relocation 3
130 // CHECK: # Relocation 4
133 // CHECK: # Relocation 5
136 // CHECK: # Relocation 6
139 // CHECK: # Relocation 7
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.h 24 class Relocation;
39 bool isMyDuty(const class Relocation& pReloc,
ARMToTHMStub.h 24 class Relocation;
39 bool isMyDuty(const class Relocation& pReloc,
THMToARMStub.h 24 class Relocation;
39 bool isMyDuty(const class Relocation& pReloc,
THMToTHMStub.h 24 class Relocation;
39 bool isMyDuty(const class Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.h 24 class Relocation;
39 bool isMyDuty(const class Relocation& pReloc,
HexagonLDBackend.h 142 Relocation::Type getCopyRelType() const { return m_CopyRel; }
153 /// getRelEntrySize - the size in BYTE of rela type relocation
157 /// getRelaEntrySize - the size in BYTE of rela type relocation
182 /// m_RelaDyn - dynamic relocation table of .rela.dyn
184 /// m_RelaPLT - dynamic relocation table of .rela.plt
199 Relocation::Type m_CopyRel;
  /external/llvm/test/CodeGen/Mips/
blockaddr.ll 1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N32
5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
  /external/llvm/test/CodeGen/SPARC/
blockaddr.ll 1 ; RUN: llc < %s -march=sparc -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
2 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=small | FileCheck --check-prefix=abs32 %s
3 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=medium | FileCheck --check-prefix=abs44 %s
4 ; RUN: llc < %s -march=sparcv9 -relocation-model=static -code-model=large | FileCheck --check-prefix=abs64 %s
5 ; RUN: llc < %s -march=sparc -relocation-model=pic -code-model=medium | FileCheck --check-prefix=v8pic32 %s
6 ; RUN: llc < %s -march=sparcv9 -relocation-model=pic -code-model=medium | FileCheck --check-prefix=v9pic32 %s
  /external/llvm/test/MC/Mips/
elf_eflags.ll 19 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE32 %s
21 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -relocation-model=static %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE32R2 %s
23 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+micromips -relocation-model=static %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE32R2-MICROMIPS %s
26 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE64 %s
28 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips64r2 -relocation-model=static %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE64R2 %s
31 ; RUN: llc -filetype=obj -mtriple mipsel-unknown-linux -mcpu=mips32r2 -mattr=+mips16 -relocation-model=pic %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-LE32R2-MIPS16 %s
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 37 /** Basic YASM relocation. Object formats will need to extend this
38 * structure with additional fields for relocation type, etc.
267 /** Add a relocation to a section.
269 * \param reloc relocation
270 * \param destroy_func function that can destroy the relocation
273 * The section will destroy the relocation address; it is the caller's
280 /** Get the first relocation for a section.
282 * \return First relocation for section. NULL if no relocations.
287 /** Get the next relocation for a section.
288 * \param reloc previous relocation
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 79 /// SectionID - the section this relocation points to.
85 /// RelType - relocation type.
88 /// Addend - the relocation addend encoded in the instruction itself. Also
89 /// used to make a relocation section relative instead of symbol relative.
92 /// True if this is a PCRel relocation (MachO specific).
95 /// The size of this relocation (MachO specific).
151 // The symbol (or section) the relocation is sourced from is the Key
152 // in the relocation list where it's stored.
156 // SectionID/Offset in the relocation itself.
265 // \brief Add a relocation entry that uses the given section
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 181 // Select the appropriate difference relocation type.
200 // relocation entry in the low 16 bits of r_address field.
209 // relocation, but it will be set in FixedValue if the base symbol
286 // Select the appropriate difference relocation type.
341 // BL/BLX also use external relocations when an internal relocation
348 // If the resultant value would be out of range for an internal relocation,
367 // relocation type for the fixup kind. This happens when it's a fixup that's
371 "unsupported relocation on symbol");
374 // scattered relocation entry. Differences always require scattered
390 // internal relocations with offsets. If this is an internal relocation wit
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 71 // target operand. If the machine operand requires relocation,
72 // record the relocation and return zero.
77 // target operand. If the machine operand requires relocation,
78 // record the relocation and return zero.
83 // operand requires relocation, record the relocation and return zero.
233 /// target operand. If the machine operand requires relocation,
234 /// record the relocation and return zero.
254 /// target operand. If the machine operand requires relocation,
255 /// record the relocation and return zero
    [all...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
270 #define ELF_REL_DATA ".rel.data" /* relocation data */
271 #define ELF_REL_FINI ".rel.fini" /* relocation termination code */
272 #define ELF_REL_INIT ".rel.init" /* relocation initialization code */
274 #define ELF_REL_RODATA ".rel.rodata" /* relocation read-only data */
275 #define ELF_REL_TEXT ".rel.text" /* relocation code */
339 /* Relocation entry with implicit addend */
341 Elf32_Addr r_offset; /* offset of relocation */
345 /* Relocation entry with explicit addend */
347 Elf32_Addr r_offset; /* offset of relocation */
    [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 25 #include <mcld/Fragment/Relocation.h>
262 /// (.eh_frame or relocation data), then an assertion occurs.
265 /// CreateRelocData - To create a relocation data for given pSection.
268 /// pSection.getRelocData() is set to a valid relocation data.
269 /// @return The created relocation data. If the pSection already has
270 /// relocation data, or if the pSection's type is not
271 /// LDFileFormat::Relocation, then an assertion occurs.
332 /// AppendRelocation - To append a relocation to a relocation data.
333 /// This function tells MCLinker to add a general relocation to th
    [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...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
270 #define ELF_REL_DATA ".rel.data" /* relocation data */
271 #define ELF_REL_FINI ".rel.fini" /* relocation termination code */
272 #define ELF_REL_INIT ".rel.init" /* relocation initialization code */
274 #define ELF_REL_RODATA ".rel.rodata" /* relocation read-only data */
275 #define ELF_REL_TEXT ".rel.text" /* relocation code */
339 /* Relocation entry with implicit addend */
341 Elf32_Addr r_offset; /* offset of relocation */
345 /* Relocation entry with explicit addend */
347 Elf32_Addr r_offset; /* offset of relocation */
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 245 #define SHT_RELA 4 /* relocation section with addends*/
270 #define ELF_REL_DATA ".rel.data" /* relocation data */
271 #define ELF_REL_FINI ".rel.fini" /* relocation termination code */
272 #define ELF_REL_INIT ".rel.init" /* relocation initialization code */
274 #define ELF_REL_RODATA ".rel.rodata" /* relocation read-only data */
275 #define ELF_REL_TEXT ".rel.text" /* relocation code */
339 /* Relocation entry with implicit addend */
341 Elf32_Addr r_offset; /* offset of relocation */
345 /* Relocation entry with explicit addend */
347 Elf32_Addr r_offset; /* offset of relocation */
    [all...]

Completed in 1950 milliseconds

1 2 3 4 5 6 7 8 91011>>