Searched
full:relocation (Results
426 -
450 of
1066) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Target/Mips/ |
MipsCodeEmitter.cpp | 92 /// fixed up by the relocation stage. 101 /// operand requires relocation, record the relocation and return zero. 215 /// operand requires relocation, record the relocation and return zero.
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 83 // This class contains staging data for a COFF relocation entry. 85 COFF::relocation Data; 170 void WriteRelocation(const COFF::relocation &R); 607 void WinCOFFObjectWriter::WriteRelocation(const COFF::relocation &R) { 637 assert(Target.getSymA() != NULL && "Relocation must reference a symbol!"); 664 // Ofeset of the relocation in the section 670 // skip recording the relocation. 862 // In case of overflow, write actual relocation count as first 863 // relocation. Including the synthetic reloc itself (+ 1). 864 COFF::relocation r [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 119 void MipsGNULDBackend::scanRelocation(Relocation& pReloc, 125 // rsym - The relocation target symbol 127 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation"); 571 void MipsGNULDBackend::updateAddend(Relocation& pReloc, 582 void MipsGNULDBackend::scanLocalReloc(Relocation& pReloc, 671 llvm::report_fatal_error(llvm::Twine("Unknown relocation ") + 679 void MipsGNULDBackend::scanGlobalReloc(Relocation& pReloc, 732 llvm::report_fatal_error(llvm::Twine("Relocation ") + 769 llvm::report_fatal_error(llvm::Twine("Relocation ") + 777 llvm::report_fatal_error(llvm::Twine("Unknown relocation ") [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 509 // Create an assembler. Instructions and relocation information are emitted 511 // relocation information starting from the end of the buffer. See CodeDesc 885 // buffer growth (and relocation) can occur. 911 // in the relocation information. 924 // Record a comment relocation entry that can be used by a disassembler. 945 // an instruction or relocation information. [all...] |
/external/e2fsprogs/intl/ |
relocatable.c | 101 Relocation simply replaces a pathname starting with the original prefix 111 relocation is a nop. */ 139 Relocation simply replaces a pathname starting with the original prefix
|
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 96 "JIT relocation model must be set to static or default!"); 150 // 'movepctolr' into the unrelocated field. After relocation, we'll have 259 "Relocation required in an instruction that we cannot encode!");
|
/external/elfutils/backends/ |
ia64_reloc.def | 1 /* List the relocation types for ia64. -*- C -*-
|
sparc_reloc.def | 1 /* List the relocation types for sparc. -*- C -*-
|
/external/elfutils/libdwfl/ |
libdwflP.h | 79 DWFL_ERROR (BADRELTYPE, N_("Unsupported relocation type")) \ 82 DWFL_ERROR (RELUNDEF, N_("relocation refers to undefined symbol")) \ 136 bool relocated; /* Partial relocation of all sections done. */ 249 When DEBUG is false, apply partial relocation to all sections. */
|
/external/elfutils/libebl/ |
eblrelocsimpletype.c | 1 /* Check relocation type for simple types.
|
eblreloctypecheck.c | 1 /* Check relocation type.
|
eblrelocvaliduse.c | 1 /* Check relocation type use.
|
/external/elfutils/src/ |
findtextrel.c | 428 cannot get relocation at index %d in section %zu in '%s': %s"), 451 cannot get relocation at index %d in section %zu in '%s': %s"), 510 /* There can be more than one relocation against one file. 604 a relocation modifies memory at offset %llu in a write-protected segment\n"),
|
/external/grub/stage2/ |
iso9660.h | 45 #define RR_FLAG_RE 0x40 /* Relocation directory */
|
nbloader.S | 39 /* start addr of the relocation code */
|
/external/llvm/include/llvm/MC/ |
MCELFObjectWriter.h | 26 /// @name Relocation Data
|
MCSection.h | 56 /// from the base of the section, saving a relocation.
|
/external/llvm/include/llvm-c/ |
Object.h | 72 // Section Relocation iterators
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
MCJIT.h | 74 /// This is the address which will be used for relocation resolution.
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 153 // If it's first relocation in this section, find its SectionID 350 // The address to use for relocation resolution is not 407 // Change the relocation to be section relative rather than symbol 408 // relative and move it to the resolved relocation list.
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCELFObjectWriter.cpp | 44 // determine the type of the relocation
|
/external/llvm/test/CodeGen/ARM/ |
2011-03-15-LdStMultipleBug.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -relocation-model=pic -disable-fp-elim -disable-cgp-delete-dead-blocks -mcpu=cortex-a8 | FileCheck %s
|
2011-04-26-SchedTweak.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -relocation-model=pic -mcpu=cortex-a8 | FileCheck %s
|
crash-O0.ll | 1 ; RUN: llc < %s -O0 -relocation-model=pic -disable-fp-elim
|
subreg-remat.ll | 1 ; RUN: llc < %s -relocation-model=pic -disable-fp-elim -mcpu=cortex-a8 -pre-RA-sched=source | FileCheck %s
|
Completed in 1278 milliseconds
<<11121314151617181920>>