Searched
full:relocs (Results
276 -
300 of
1322) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-d10v.c | 253 /* Look through the relocs for a section during the first phase. 255 virtual table relocs for gc. */ 261 const Elf_Internal_Rela *relocs) 274 rel_end = relocs + sec->reloc_count; 275 for (rel = relocs; rel < rel_end; rel++) 393 Elf_Internal_Rela *relocs, 405 rel = relocs; 406 relend = relocs + input_section->reloc_count;
|
elf32-epiphany.c | 213 if this section does not have relocs, or if this is 345 && elf_section_data (sec)->relocs != internal_relocs) 358 && elf_section_data (sec)->relocs != internal_relocs) 440 The relocs are always passed as Rela structures; if the section 445 necessary, and (if using Rela relocs and generating a relocatable 471 Elf_Internal_Rela *relocs, 482 relend = relocs + input_section->reloc_count; 484 for (rel = relocs; rel < relend; rel ++)
|
elf64-mmix.c | 97 /* Number of BPO-relocs in this section. */ 121 which BPO relocs were found. Used to create an index after reloc 126 into the other members. Is FALSE only for BPO relocs in a GC:ed 135 linker; using the same hook as for usual with BPO relocs does not 140 BPO-relocs. */ 144 sorted_indexes. Valid after the check.*relocs functions are called 145 for all incoming sections. It includes the number of BPO relocs in 153 /* The number of linker-allocated GREGs resulting from BPO relocs. 644 when relaxation has done all it can do, these relocs are used. For [all...] |
i386lynx.c | 380 void * relocs; 417 relocs = bfd_alloc (abfd, reloc_size); 418 if (!relocs && reloc_size != 0) 424 if (bfd_bread (relocs, reloc_size, abfd) != reloc_size) 426 bfd_release (abfd, relocs); 433 struct reloc_ext_external *rptr = (struct reloc_ext_external *) relocs; 445 struct reloc_std_external *rptr = (struct reloc_std_external *) relocs; 457 bfd_release (abfd, relocs); 379 void * relocs; local
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mep.h | 65 to check for HI16 relocs and queue them up for later sorting. */ 68 /* When relaxing, we need to emit various relocs we otherwise wouldn't. */
|
tc-spu.h | 56 /* Keep relocs on calls. Branches to function symbols are tail or 76 /* Don't warn on word overflow; it happens on %hi relocs. */
|
tc-d10v.h | 39 /* .-foo gets turned into PC relative relocs. */
|
tc-d30v.h | 39 /* .-foo gets turned into PC relative relocs. */
|
tc-dlx.h | 65 /* .-foo gets turned into PC relative relocs. */
|
tc-i370.h | 47 /* foo-. gets turned into PC relative relocs. */
|
tc-ip2k.h | 35 /* .-foo gets turned into PC relative relocs. */
|
tc-mt.h | 35 /* .-foo gets turned into PC relative relocs. */
|
tc-sh.h | 92 /* SH_COUNT relocs are allowed outside of frag. 93 The target is also buggy and sets fix size too large for other relocs. */ 177 #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs. */ 218 relocs. */
|
tc-xstormy16.h | 35 #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs. */
|
/toolchain/binutils/binutils-2.25/include/elf/ |
m32r.h | 87 /* This section contains sufficient relocs to be relaxed. 88 When relaxing, even relocs of branch instructions the assembler could
|
tilegx.h | 135 /* Relocs 90-91 are currently not defined. */ 151 /* Relocs 104-105 are currently not defined. */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
comm-data.exp | 73 # List targets here that keep copy relocs rather than eliminating 74 # them where possible in favour to dynamic relocs in the relevant
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
comm-data.exp | 85 set relocs { copyreloc nocopyreloc } 87 foreach reloc $relocs {
|
/bionic/tools/relocation_packer/src/ |
delta_encoder_unittest.cc | 78 EXPECT_EQ(2U, packed[ndx++]); // relocs count 105 // Total number of relocs 127 // next - 3 relocs grouped by info 187 // next group with 2 relocs
|
/external/llvm/test/MC/MachO/AArch64/ |
ld64-workaround.s | 1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
|
mergeable.s | 1 // RUN: llvm-mc -triple aarch64-apple-darwin14 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
|
/external/llvm/test/MC/MachO/ARM/ |
static-movt-relocs.s | 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj -r --expand-relocs | FileCheck %s
|
/external/llvm/test/MC/MachO/ |
x86_64-mergeable.s | 1 // RUN: llvm-mc -triple x86_64-apple-darwin14 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
reloc32.d | 2 #name: i386 relocs
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
elf-rel11.d | 2 #readelf: --relocs
|
Completed in 714 milliseconds
<<11121314151617181920>>