/toolchain/binutils/binutils-2.25/include/aout/ |
aout64.h | 38 bfd_byte e_trsize[BYTES_IN_WORD]; /* Length of text relocation info. */ 39 bfd_byte e_drsize[BYTES_IN_WORD]; /* Length of data relocation info. */ 335 There are two types of relocation flavours for a.out systems, 344 /* This structure describes a single relocation to be performed. 345 The text-relocation section of the file is a vector of these structures, 347 Likewise, the data-relocation section applies to the data section. */ 353 bfd_byte r_type[1]; /* Relocation type. */ 376 #define RELOC_STD_SIZE (BYTES_IN_WORD + 3 + 1) /* Bytes per relocation entry. */ 401 unsigned int r_relative:1; /* "relative relocation". */ 413 bfd_byte r_type[1]; /* Relocation type. * [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-sh.c | 716 a consistent meaning for the relocation, so we just assume here that 1034 relocation will be against an external symbol, th 3872 bfd_vma relocation; local [all...] |
elf32-i370.c | 25 Basically, the 31bit relocation works, and just about everything 55 /* A standard 31 bit relocation. */ 70 /* A standard 32 bit relocation. */ 85 /* A standard 16 bit relocation. */ 130 /* A standard 12 bit relocation. */ 160 /* A standard 8 bit relocation. */ 651 /* Remember whether there are any relocation sections. */ 654 /* If this relocation section applies to a read only 844 "i370_elf_check_relocs needs to create relocation for %s\n", 1071 bfd_vma relocation; 1062 bfd_vma relocation; local [all...] |
elf32-i386.c | 378 (*_bfd_error_handler) (_("%B: invalid relocation type %d"), 531 section, and instead use a dynamic relocation to point into the 559 0, 0, 0, 0, /* replaced with offset into relocation table. */ 580 0, 0, 0, 0, /* replaced with offset into relocation table. */ 640 unsigned int plt_reloc_offset; /* ... offset into relocation table. */ 3189 bfd_vma relocation; local [all...] |
/external/v8/src/ |
assembler.h | 114 // The buffer into which code and relocation info are generated. It could 337 // Relocation information 340 // Relocation information consists of the address (pc) of the datum 341 // to which the relocation information applies, the relocation mode 342 // (rmode), and an optional data field. The relocation mode may be 343 // "descriptive" and not indicate a need for relocation, but simply 350 // in the relocation information. Two types of source positions are collected 363 // we do not normally record relocation info. 453 // Is the relocation mode affected by GC [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
bfd.info | 272 Each canonical BFD relocation record contains a pointer to the 274 section the data is in, and a pointer to a relocation type 275 descriptor. Relocation is performed by passing messages through 276 the relocation type descriptor and the symbol pointer. Therefore, 277 relocations can be performed on output data using a relocation 279 instance, Oasys provides a byte relocation format. A relocation 280 record requesting this relocation type would point indirectly to a 281 routine to perform this, so the relocation may be performed on a 283 such relocation type [all...] |
/toolchain/binutils/binutils-2.25/bfd/po/ |
rw.po | 33 msgid "%s: Invalid relocation type exported: %d" 38 msgid "%s: Invalid relocation type imported: %d" 43 msgid "%s: Bad relocation record imported: %d" 241 msgid "GP relative relocation used when GP not defined" 410 msgid "%s: illegal relocation type %d at address 0x%lx" 455 msgid "GP relative relocation when _gp not defined" 472 msgid "%s: unsupported relocation type 0x%02x" 640 msgid "%s(%s+0x%lx): %s relocation against SEC_MERGE section" 645 msgid "%s: warning: unresolvable relocation %d against symbol `%s' from %s section" 664 msgid "internal error: unsupported relocation error [all...] |
/art/runtime/gc/collector/ |
concurrent_copying-inl.h | 41 // invariant. However, during the dex2oat image writing relocation 43 // address state (to store the forward/relocation addresses) and
|
/external/elfutils/backends/ |
aarch64_reloc.def | 1 /* List the relocation types for AArch64. -*- C -*- 44 the relocation directive[.] (ARM IHI 0056B). */
|
/external/llvm/include/llvm/Support/ |
CodeGen.h | 11 // example, relocation model. 23 // Relocation model types.
|
ELF.h | 368 // ELF Relocation types for PPC32 404 // ELF Relocation types for PPC64 409 // ELF Relocation types for AArch64 427 // ELF Relocation types for ARM 454 // ELF Relocation types for AVR 522 // ELF Relocation types for Mips 582 // ELF Relocation types for Hexagon 587 // ELF Relocation types for S390/zSeries 592 // ELF Relocation type for Sparc. 635 SHN_ABS = 0xfff1, // Symbol has absolute value; does not need relocation [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsFixupKinds.h | 17 // Although most of the current fixup types reflect a unique relocation 18 // one can have multiple fixup types for a given relocation and thus need
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
NVPTXMCTargetDesc.cpp | 58 // The default relocation model is used regardless of what the client has 59 // specified, as it is the only relocation model currently supported.
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCAsmBackend.cpp | 20 // Value is a fully-resolved relocation value: Symbol + Addend [- Pivot]. 21 // Return the bits that should be installed in a relocation field for
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
WebAssemblyMCCodeEmitter.cpp | 47 /// relocation, record the relocation and return zero.
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.h | 96 /// Construct X86-64 Mach-O relocation info. 99 /// Construct X86-64 ELF relocation info.
|
X86WinCOFFObjectWriter.cpp | 69 llvm_unreachable("unsupported relocation type"); 87 llvm_unreachable("unsupported relocation type");
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-extern-weak.ll | 1 ; RUN: llc -mtriple=arm64-none-linux-gnu -relocation-model=pic -o - < %s | FileCheck %s 2 ; RUN: llc -mtriple=arm64-none-linux-gnu -relocation-model=static -o - < %s | FileCheck --check-prefix=CHECK-STATIC %s
|
extern-weak.ll | 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s 2 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=static -o - < %s | FileCheck --check-prefix=CHECK-STATIC %s
|
/external/llvm/test/CodeGen/ARM/ |
crash-greedy-v6.ll | 1 ; RUN: llc -disable-fp-elim -relocation-model=pic < %s 2 ; RUN: llc -disable-fp-elim -relocation-model=pic -O0 -pre-RA-sched=source < %s | FileCheck %s --check-prefix=SOURCE-SCHED
|
dwarf-eh.ll | 4 ; RUN: -relocation-model=pic | FileCheck -check-prefix=CHECK-PIC %s 8 ; RUN: -relocation-model=pic | FileCheck -check-prefix=CHECK-PIC %s
|
none-macho.ll | 1 ; RUN: llc -mtriple=thumbv7m-none-macho %s -o - -relocation-model=pic -disable-fp-elim | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NON-FAST 2 ; RUN: llc -mtriple=thumbv7m-none-macho -O0 %s -o - -relocation-model=pic -disable-fp-elim | FileCheck %s
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
bswap1.ll | 1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic \ 4 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \
|
div1.ll | 1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 -O0 -relocation-model=pic \ 3 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -O0 -relocation-model=pic \
|
loadstore2.ll | 7 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32r2 \ 9 ; RUN: llc -march=mipsel -relocation-model=pic -O0 -fast-isel-abort=1 -mcpu=mips32 \
|