OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocation
(Results
301 - 325
of
1499
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
16
unsigned int a_trsize;/* Length of
relocation
info for text, in bytes. */
17
unsigned int a_drsize;/* Length of
relocation
info for data, in bytes. */
122
/* This structure describes a single
relocation
to be performed.
123
The text-
relocation
section of the file is a vector of these structures,
125
Likewise, the data-
relocation
section applies to the data section. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h
16
unsigned int a_trsize;/* Length of
relocation
info for text, in bytes. */
17
unsigned int a_drsize;/* Length of
relocation
info for data, in bytes. */
122
/* This structure describes a single
relocation
to be performed.
123
The text-
relocation
section of the file is a vector of these structures,
125
Likewise, the data-
relocation
section applies to the data section. */
/external/elfutils/libebl/
eblrelativerelocp.c
1
/* Check whether given
relocation
is a
relocation
relocation
.
/external/llvm/docs/
Extensions.rst
26
The following additional
relocation
type is supported:
28
**@IMGREL** (AT&T syntax only) generates an image-relative
relocation
that
29
corresponds to the COFF
relocation
types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
50
/// be the address used for
relocation
(clients can copy the data around
55
/// used for
relocation
.
64
/// This is the address which will be used for
relocation
resolution.
/external/llvm/include/llvm/MC/
MCELFObjectWriter.h
26
/// @name
Relocation
Data
109
// N64
relocation
type accessors
123
// N64
relocation
type setting
MCCodeGenInfo.h
11
// asm parsing, and asm printing. For example,
relocation
model.
23
/// RelocationModel -
Relocation
model: static, pic, etc.
/external/llvm/test/CodeGen/ARM/
fast-isel-fold.ll
1
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
2
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
fast-isel-icmp.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
3
; RUN: llc < %s -O0 -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel-mvn.ll
1
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel-vararg.ll
1
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
indirectbr.ll
1
; RUN: llc < %s -
relocation
-model=pic -mtriple=armv6-apple-darwin | FileCheck %s -check-prefix=ARM
2
; RUN: llc < %s -
relocation
-model=pic -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=THUMB
3
; RUN: llc < %s -
relocation
-model=static -mtriple=thumbv7-apple-darwin | FileCheck %s -check-prefix=THUMB2
machine-licm.ll
1
; RUN: llc < %s -mtriple=thumb-apple-darwin -
relocation
-model=pic -disable-fp-elim | FileCheck %s -check-prefix=THUMB
2
; RUN: llc < %s -mtriple=arm-apple-darwin -
relocation
-model=pic -disable-fp-elim | FileCheck %s -check-prefix=ARM
3
; RUN: llc < %s -mtriple=arm-apple-darwin -
relocation
-model=pic -disable-fp-elim -mattr=+v6t2 | FileCheck %s -check-prefix=MOVT
fast-isel-load-store-verify.ll
1
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ALL
2
; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -
relocation
-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ALL
/external/llvm/test/CodeGen/PowerPC/
indirectbr.ll
1
; RUN: llc < %s -
relocation
-model=pic -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=PIC
2
; RUN: llc < %s -
relocation
-model=static -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=STATIC
3
; RUN: llc < %s -
relocation
-model=pic -march=ppc64 -mtriple=powerpc64-apple-darwin | FileCheck %s -check-prefix=PPC64
/external/llvm/test/CodeGen/X86/
pic_jumptable.ll
1
; RUN: llc < %s -
relocation
-model=pic -mtriple=i386-linux-gnu -asm-verbose=false \
3
; RUN: llc < %s -
relocation
-model=pic -mark-data-regions -mtriple=i686-apple-darwin -asm-verbose=false \
5
; RUN: llc < %s -
relocation
-model=pic -mtriple=i686-apple-darwin -asm-verbose=false \
loop-strength-reduce-2.ll
1
; RUN: llc < %s -march=x86 -
relocation
-model=pic | FileCheck %s -check-prefix=PIC
2
; RUN: llc < %s -march=x86 -
relocation
-model=static | FileCheck %s -check-prefix=STATIC
lsr-static-addr.ll
1
; RUN: llc -march=x86-64 -mcpu=generic -mtriple=x86_64-unknown-linux-gnu -
relocation
-model=static -asm-verbose=false < %s | FileCheck %s
2
; RUN: llc -march=x86-64 -mcpu=atom -mtriple=x86_64-unknown-linux-gnu -
relocation
-model=static -asm-verbose=false < %s | FileCheck -check-prefix=ATOM %s
/frameworks/compile/mclinker/lib/LD/
Relocator.cpp
25
void Relocator::partialScanRelocation(
Relocation
& pReloc,
33
// 1. update the
relocation
target offset
44
// set
relocation
target symbol to the output section symbol's resolveInfo
/external/llvm/include/llvm/Object/
MachOFormat.h
347
/// @name
Relocation
Data
386
/// Common
relocation
info types.
393
/// Generic
relocation
info types, which are shared by some (but not all)
401
/// X86_64 uses its own
relocation
types.
403
// Note that x86_64 doesn't even share the common
relocation
types.
416
/// ARM uses its own
relocation
types.
/external/elfutils/tests/
run-readelf-test1.sh
41
Relocation
section [ 8] '.rel.got' for section [19] '.got' at offset 0x294 contains 1 entry:
45
Relocation
section [ 9] '.rel.plt' for section [11] '.plt' at offset 0x29c contains 4 entries:
/external/llvm/docs/CommandGuide/
llvm-readobj.rst
52
Display the
relocation
entries in the file.
68
When used with ``-relocations``, display each
relocation
in an expanded
/external/llvm/include/llvm/Support/
CodeGen.h
11
// example,
relocation
model.
23
//
Relocation
model types.
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h
21
VK_ARM_HI16, // The R_ARM_MOVT_ABS
relocation
(:upper16: in the .s file)
22
VK_ARM_LO16 // The R_ARM_MOVW_ABS_NC
relocation
(:lower16: in the .s file)
/external/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFObjectWriter.cpp
67
llvm_unreachable("unsupported
relocation
type");
71
llvm_unreachable("unsupported
relocation
type");
Completed in 403 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>