/toolchain/binutils/binutils-2.25/bfd/ |
elf32-s390.c | 36 /* The relocation "howto" table. */ 344 (*_bfd_error_handler) (_("%B: invalid relocation type %d"), 352 /* A relocation function which doesn't do anything. */ 378 bfd_vma relocation; local 396 relocation = (symbol->value 399 relocation += reloc_entry->addend; 402 relocation -= (input_section->output_section->vma 404 relocation -= reloc_entry->address; 408 insn |= (relocation & 0xfff) << 16 | (relocation & 0xff000) >> 4 2342 bfd_vma relocation; local [all...] |
elf32-score.c | 73 /* The index of the symbol, as stored in the relocation r_info, if 80 /* If abfd != NULL && symndx != -1, the addend of the relocation 185 /* The size of an external REL relocation. */ 195 /* This will be used when we sort the dynamic relocation records. */ 349 dangerous relocation. */ 430 (char *) _("GP relative relocation when _gp not defined"); 447 bfd_vma relocation; local 451 relocation = 0; 453 relocation = symbol->value; 455 relocation += symbol->section->output_section->vma 478 bfd_vma relocation; local 2444 bfd_vma relocation = 0; local [all...] |
elf32-avr.c | 150 /* A 7 bit PC relative relocation. */ 165 /* A 13 bit PC relative relocation. */ 180 /* A 16 bit absolute relocation. */ 195 /* A 16 bit absolute relocation for command address 210 /* A low 8 bit absolute relocation of 16 bit address. 225 /* A high 8 bit absolute relocation of 16 bit address. 240 /* A high 6 bit absolute relocation of 22 bit address. 256 /* A negative low 8 bit absolute relocation of 16 bit address. 271 /* A negative high 8 bit absolute relocation of 16 bit address. 286 /* A negative high 6 bit absolute relocation of 22 bit address 1341 bfd_vma relocation; local [all...] |
elf64-mmix.c | 72 /* Offset of next stub during relocation. Somewhat redundant with the 74 stubs_size_sum for relocation. */ 100 /* Running index, used at relocation time. */ 207 /* An 8 bit absolute relocation. */ 222 /* An 16 bit absolute relocation. */ 237 /* An 24 bit absolute relocation. */ 252 /* A 32 bit absolute relocation. */ 267 /* 64 bit relocation. */ 282 /* An 8 bit PC-relative relocation. */ 297 /* An 16 bit PC-relative relocation. * 1279 bfd_vma relocation; local 1381 bfd_vma relocation; local [all...] |
elfxx-tilegx.c | 36 /* The size of an external RELA relocation. */ 87 /* A 64 bit absolute relocation. */ 102 /* A 32 bit absolute relocation. */ 117 /* A 16 bit absolute relocation. */ 132 /* An 8 bit absolute relocation. */ 147 /* A 64 bit pc-relative relocation. */ 162 /* A 32 bit pc-relative relocation. */ 177 /* A 16 bit pc-relative relocation. */ 192 /* An 8 bit pc-relative relocation. */ 207 /* A 16 bit relocation without overflow. * 3155 bfd_vma relocation; local [all...] |
elf32-crx.c | 48 /* crx_reloc_map array maps BFD relocation enum into a CRGAS relocation type. */ 52 bfd_reloc_code_real_type bfd_reloc_enum; /* BFD relocation enum. */ 53 unsigned short crx_reloc_type; /* CRX relocation type. */ 399 printf ("This relocation Type is not supported -0x%x\n", code); 419 /* Retrieve a howto ptr using an internal relocation entry. */ 430 /* Perform a relocation as part of a final link. */ 460 relocation offset. Advance it to account for the exact offset. */ 465 /* This relocation type is used only in 'Branch if Equal to 0' 559 /* Relocation on DATA is purely little-endian, that is, for 849 bfd_vma relocation; local [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 56 // Relocation to text section. 309 "static linkage should not result in a dynamic relocation section"); 318 "static linkage should not result in a dynamic relocation section"); 558 // traverse all the input relocations to find the relocation sections applying 565 // bypass the discarded relocation section 583 Relocation* reloc = llvm::cast<Relocation>(reloc_it); 759 Relocation* reloc = 760 Relocation::Create(static_cast<uint32_t>(llvm::ELF::R_ARM_PREL31), 779 Relocation* reloc 832 Relocation* relocation = llvm::cast<Relocation>(reloc); local [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
dwarf_reader.h | 43 // the target of a relocation for a given offset within the section. 55 // Initialize the relocation tracker for section RELOC_SHNDX. 65 // Advance to the next relocation past OFFSET. 71 // of the relocation for RELOC_OFFSET in the referring section. 94 // Advance to the next relocation past OFFSET. 129 // Advance to the next relocation past OFFSET. 161 // Type of the relocation section (SHT_REL or SHT_RELA). 368 // Look for a relocation at offset OFF in the range table, 383 // Relocation mapper for the .debug_ranges section. 385 // Type of the relocation section (SHT_REL or SHT_RELA) [all...] |
/toolchain/binutils/binutils-2.25/include/elf/ |
mips.h | 33 /* Relocation types. */ 164 /* FIXME: this relocation is used internally by gas. */ 742 /* Size of compact relocation section (O32). */ 884 relocation entry specifies up to three actual relocations, all at 885 the same address. The first relocation which required a symbol 886 uses the symbol in the r_sym field. The second relocation which 895 /* Address of relocation. */ 901 /* Third relocation. */ 903 /* Second relocation. */ 905 /* First relocation. * [all...] |
/bionic/linker/ |
linker_sleb128.h | 22 // Helper classes for decoding LEB128, used in packed relocation data.
|
/bionic/tests/libs/ |
dlext_test_library.cpp | 30 // which will require relocation.
|
dlopen_testlib_ifunc.c | 30 // Static linker creates GLOBAL/IFUNC symbol and JUMP_SLOT relocation type for plt segment
|
/external/e2fsprogs/tests/f_illbbitmap/ |
expect.1 | 3 of the inode table require relocation, you may wish to try
|
/external/e2fsprogs/tests/f_illibitmap/ |
expect.1 | 3 of the inode table require relocation, you may wish to try
|
/external/e2fsprogs/tests/progs/test_data/ |
test.irel | 2 # This is the test script for the inode relocation table.
|
/external/elfutils/libebl/ |
eblcheckreloctargettype.c | 1 /* Check whether a section type is a valid target for relocation.
|
eblrelocsimpletype.c | 1 /* Check relocation type for simple types.
|
eblreloctypecheck.c | 1 /* Check relocation type.
|
eblrelocvaliduse.c | 1 /* Check relocation type use.
|
/external/libcxx/buildcmds/ |
Android.mk | 35 # Optimization is causing relocation for nothrow new to be thrown away.
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.h | 60 /// Given a relocation_iterator for a non-scattered relocation, construct a 82 /// Process a scattered vanilla relocation. 88 /// Construct a RelocationValueRef representing the relocation target. 107 /// Dump information about the relocation entry (RE) and resolved value.
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOX86_64.h | 78 // If the relocation is PC-relative, the value to be encoded is the 89 llvm_unreachable("Invalid relocation type!"); 102 "Unexpected SUBTRACTOR relocation value."); 110 Error("Relocation type not implemented yet!");
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-pic-local-symbol.ll | 1 ; RUN: llc -mtriple=arm64-unknown-linux-gnu -relocation-model=pic < %s | FileCheck %s
|
stack-guard-remat-bitcast.ll | 1 ; RUN: llc < %s -mtriple=arm64-apple-ios -relocation-model=pic | FileCheck %s
|
/external/llvm/test/CodeGen/ARM/ |
2008-08-07-AsmPrintBug.ll | 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6 -relocation-model=pic | grep comm
|