Searched
full:relocation (Results
726 -
750 of
1499) sorted by null
<<21222324252627282930>>
/frameworks/compile/mclinker/include/mcld/Fragment/ |
FragmentRef.h | 95 friend class Relocation;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFObjectWriter.h | 25 class Relocation;
|
/frameworks/compile/mclinker/include/mcld/Object/ |
ObjectBuilder.h | 29 class Relocation;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 47 2.1) symbol relative relocation (i.e. mov eax,[foo wrt bar]) 184 * relocation entries */ 186 * relocation entries */ 243 GENERIC_RELOC_VANILLA = 0, /* generic relocation */ 271 unsigned long nreloc; /* number of relocation entries */ 310 unsigned long rel_base; /* first relocation in file */ 440 N_("macho: relocation too complex for current implementation")); 465 N_("macho: relocation size unsupported")); 564 N_("macho: relocation too complex")); 660 localbuf += 4; /* address of relocation */ [all...] |
/external/qemu/ |
elf.h | 322 * The following two relocation types are specified in the MIPS ABI 334 * The following two relocation types are specified in the MIPS ABI 347 * Sparc ELF relocation types 402 * 68k ELF relocation types 429 * Alpha ELF relocation types 656 /* x86-64 relocation types */ 745 #define R_PARISC_SEGBASE 48 /* No relocation, set segment base. */ 793 #define R_PARISC_COPY 128 /* Copy relocation. */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_state.c | 225 /* Emit scratch space relocation */ 235 /* Emit sampler state relocation */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
value.h | 82 * \param ip_rel if nonzero, indicates IP-relative data relocation, 156 * \return 0 if no value output due to value needing relocation;
|
/external/elfutils/src/ |
ld.h | 188 /* Size of relocations in this section. Only used for relocation 354 /* Process a relocation section. */ 418 /* Return the tag corresponding to the native relocation type for 462 /* Nonzero if symbol needs copy relocation, reset when the 463 relocation has been created. */ 699 /* Total size (only determined this way for relocation sections). */ 948 /* Relocation for procedure linkage table section. */ 1060 /* List of all relocation sections. */ [all...] |
/external/llvm/include/llvm/IR/ |
Constant.h | 85 /// whether or not it may generate a relocation entry. This must be 90 /// relocation applied to it (because it holds a simple constant like
|
/external/llvm/include/llvm/MC/ |
MCSectionMachO.h | 129 /// S_ATTR_EXT_RELOC - Section has external relocation entries. 131 /// S_ATTR_LOC_RELOC - Section has local relocation entries.
|
/external/llvm/lib/MC/ |
MCObjectSymbolizer.cpp | 109 // At a specific address, only keep the first relocation. 126 // Only try to create a symbol+offset expression if there is no relocation.
|
/external/llvm/lib/Object/ |
COFFYAML.cpp | 232 void MappingTraits<COFFYAML::Relocation>::mapping(IO &IO, 233 COFFYAML::Relocation &Rel) {
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFObjectWriter.cpp | 55 llvm_unreachable("Unimplemented fixup -> relocation"); 99 llvm_unreachable("Unimplemented fixup -> relocation");
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFObjectWriter.cpp | 94 // Most relocation types are emitted as explicit symbols 143 // emit the relocation as an explicit symbol or as a section relative
|
/external/llvm/test/CodeGen/AArch64/ |
inline-asm-modifiers.ll | 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic < %s | FileCheck %s 2 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -filetype=obj < %s | llvm-objdump -r - | FileCheck --check-prefix=CHECK-ELF %s
|
/external/llvm/test/CodeGen/Mips/ |
brdelayslot.ll | 3 ; RUN: llc -march=mipsel -O1 -relocation-model=static < %s | \ 6 ; RUN: -relocation-model=static < %s | FileCheck %s -check-prefix=FORWARD
|
/external/llvm/test/CodeGen/Thumb2/ |
machine-licm.ll | 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=dynamic-no-pic -disable-fp-elim | FileCheck %s 2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim | FileCheck %s --check-prefix=PIC
|
/external/llvm/test/MC/ARM/ |
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
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_state.c | 225 /* Emit scratch space relocation */ 235 /* Emit sampler state relocation */
|
/frameworks/compile/libbcc/ |
README.rst | 136 header, string pool, dependencies table, relocation table, exported 155 * **Relocation Table** (MCO_RelocationTable) - *not enabled*
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectBuilder.cpp | 19 #include <mcld/Fragment/Relocation.h> 70 case LDFileFormat::Relocation:
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 99 "static linkage should not result in a dynamic relocation section"); 105 "static linkage should not result in a dynamic relocation section"); 588 Relocation* relocation = llvm::cast<Relocation>(reloc); local 590 LDSymbol* symbol = relocation->symInfo()->outSymbol(); 597 Stub* stub = getStubFactory()->create(*relocation, // relocation [all...] |
HexagonPLT.cpp | 189 // We need to borrow the same relocation code to fix the relocation
|
/frameworks/compile/mclinker/unittests/ |
ELFReaderTest.cpp | 33 Relocation::SetUp( *m_pConfig ); 138 IRBuilder::CreateRelocData(**rs); /// create relocation data for the header
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
elf.h | 155 Elf64_Xword r_info; /* index and type of relocation */ 166 Elf64_Xword r_info; /* index and type of relocation */
|
Completed in 1177 milliseconds
<<21222324252627282930>>