HomeSort by relevance Sort by last modified time
    Searched full:addend (Results 226 - 250 of 1001) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
shlib-1.rd 65 Offset Info Type Sym\. Value Symbol's Name \+ Addend
71 Offset Info Type Sym\. Value Symbol's Name \+ Addend
76 Offset Info Type Sym\. Value Symbol's Name \+ Addend
shlib-1b.rd 65 Offset Info Type Sym\. Value Symbol's Name \+ Addend
71 Offset Info Type Sym\. Value Symbol's Name \+ Addend
76 Offset Info Type Sym\. Value Symbol's Name \+ Addend
shlib-1r.rd 65 Offset Info Type Sym\. Value Symbol's Name \+ Addend
71 Offset Info Type Sym\. Value Symbol's Name \+ Addend
76 Offset Info Type Sym\. Value Symbol's Name \+ Addend
shlib-1rb.rd 65 Offset Info Type Sym\. Value Symbol's Name \+ Addend
71 Offset Info Type Sym\. Value Symbol's Name \+ Addend
76 Offset Info Type Sym\. Value Symbol's Name \+ Addend
shlib-app-1r.rd 67 Offset Info Type Sym\. Value Symbol's Name \+ Addend
72 Offset Info Type Sym\. Value Symbol's Name \+ Addend
76 Offset Info Type Sym\. Value Symbol's Name \+ Addend
shlib-app-1rb.rd 67 Offset Info Type Sym\. Value Symbol's Name \+ Addend
72 Offset Info Type Sym\. Value Symbol's Name \+ Addend
76 Offset Info Type Sym\. Value Symbol's Name \+ Addend
  /toolchain/binutils/binutils-2.25/bfd/
elf32-bfin.c 87 relocation += reloc_entry->addend;
119 reloc_entry->addend += symbol->section->output_offset;
181 /* Add in supplied addend. */
182 relocation += reloc_entry->addend;
187 reloc_entry->addend += symbol->section->output_offset;
191 reloc_entry->addend = 0;
207 symbol we are relocating against, plus any addend. */
256 relocation += reloc_entry->addend;
262 reloc_entry->addend += symbol->section->output_offset;
266 reloc_entry->addend = 0
1875 bfd_vma addend; member in struct:bfinfdpic_relocs_info
2817 bfd_vma addend = rel->r_addend; local
2954 bfd_vma addend = rel->r_addend; local
    [all...]
coff-w65.c 78 /* Perform any necessary magic to the addend in a reloc entry. */
81 cache_ptr->addend = ext_reloc.r_offset;
101 relent->addend = reloc->r_offset;
317 reloc->howto->name, reloc->addend, input_section->owner,
342 reloc->howto->name, reloc->addend, input_section->owner,
elf32-m32r.c 94 bfd_vma addend)
104 relocation = symbol_value + addend;
141 || reloc_entry->addend == 0))
158 reloc_entry->addend);
182 && reloc_entry->addend == 0)
192 a section relative addend which is wrong. */
216 relocation += reloc_entry->addend;
269 || reloc_entry->addend == 0))
306 bfd_vma addend;
331 && reloc_entry->addend == 0
305 bfd_vma addend; member in struct:m32r_hi16
2429 bfd_vma addend = rel->r_addend; local
    [all...]
coff-mcore.c 326 adjustment it made to the addend. However, we set the addend
391 bfd_vma addend;
413 addend = 0;
415 /* Get the howto and initialise the addend. */
417 sym, & addend);
506 val, addend);
384 bfd_vma addend; local
elf32-mcore.c 365 relocatable output file) adjusting the reloc addend as
382 section, which means that the addend must be adjusted
417 bfd_vma addend = rel->r_addend;
460 addend = rel->r_addend;
492 fprintf (stderr, "\ttype = %s (%d), symbol index = %ld, offset = %ld, addend = %ld\n",
493 howto->name, r_type, r_symndx, (long) offset, (long) addend);
497 (howto, input_bfd, input_section, contents, offset, relocation, addend);
413 bfd_vma addend = rel->r_addend; local
libhppa.h 141 Both ELF and SOM encode this information within the addend field
298 bfd_signed_vma addend,
303 value = sym_val + addend;
359 /* LR: L with rounding of the addend to nearest 8k. */
360 value = sym_val + ((addend + 0x1000) & -0x2000);
365 /* RR: R with rounding of the addend to nearest 8k.
370 value = (sym_val & 0x7ff) + (((addend & 0x1fff) ^ 0x1000) - 0x1000);
bout.c 533 value += reloc->addend;
570 word += value + reloc_entry->addend;
611 + balsym->symbol.value + reloc_entry->addend
628 + reloc_entry->addend
772 cache_ptr->addend = 0;
779 The reloc entry addend has added to it the offset into the
795 cache_ptr->addend = - obj_textsec (abfd)->vma;
800 cache_ptr->addend = - obj_datasec (abfd)->vma;
805 cache_ptr->addend = - obj_bsssec (abfd)->vma;
810 cache_ptr->addend = 0
    [all...]
elf32-i860.c 46 || reloc_entry->addend == 0))
64 relocation += reloc_entry->addend;
109 || reloc_entry->addend == 0))
127 relocation += reloc_entry->addend;
173 || reloc_entry->addend == 0))
191 relocation += reloc_entry->addend;
226 || reloc_entry->addend == 0))
244 relocation += reloc_entry->addend;
1055 output file) adjusting the reloc addend as necessary.
1071 section, which means that the addend must be adjuste
    [all...]
reloc.c 105 . {* addend for relocation value. *}
106 . bfd_vma addend;
145 o <<addend>>
147 The <<addend>> is a value provided by the back end to be added (!)
187 0x12340000 in their addend field. The data would consist of:
199 it to the addend to get the original offset, and then adds the
328 . {* Some formats record a relocation addend in the section contents
332 . addend is recorded with the section contents; when performing a
335 . recorded with the relocation (in arelent.addend); when performing
347 . addend in the reloc, eg. ELF USE_REL, src_mask will normally equa
    [all...]
elf32-fr30.c 251 || reloc_entry->addend == 0))
265 + reloc_entry->addend;
295 || reloc_entry->addend == 0))
309 + reloc_entry->addend;
478 output file) adjusting the reloc addend as necessary.
494 section, which means that the addend must be adjusted
i386lynx.c 217 r_addend = g->addend + (*(g->sym_ptr_ptr))->section->output_section->vma;
290 cache_ptr->addend = ad; \
300 cache_ptr->addend = ad - su->textsec->vma; \
305 cache_ptr->addend = ad - su->datasec->vma; \
310 cache_ptr->addend = ad - su->bsssec->vma; \
316 cache_ptr->addend = ad; \
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 204 int64_t r_add; // explicit relocation addend
205 bool r_rela; // if true then the addend is part of the entry
206 // otherwise the addend is at the location specified
220 bool rela = true, int64_t addend = 0) :
222 r_add(addend), r_rela(rela) {}
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 139 // incorrectly (applying the addend twice). We should be able to return true
166 // put the addend in the instruction itself. Clear out any value the
388 // If the relocation kind is Branch26, Page21, or Pageoff12, any addend
389 // is represented via an Addend relocation, not encoded directly into
403 // Now set up the Addend relocation.
410 // Put zero into the instruction itself. The addend is in the relocation.
414 // If there's any addend left to handle, encode it in the instruction.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 28 /// Class representing coefficient of floating-point addend.
102 // The integer coefficient of an individual addend is either 1 or -1,
111 /// FAddend is used to represent floating-point addend. An addend is
113 /// constant coefficient. A constant addend is represented as <C, 0>.
145 /// splitted is the addend itself.
156 // This addend has the value of "Coeff * Val".
176 /// Convert given addend to a Value
361 FAddend &Addend = Opnd0 ? Addend1 : Addend0;
363 Addend.set(1, Opnd1)
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 839 return pReloc.target() + pReloc.addend();
842 pReloc.target() + pReloc.addend();
864 Relocator::DWord A = pReloc.target() + pReloc.addend();
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 766 return pReloc.target() + pReloc.addend();
769 pReloc.target() + pReloc.addend();
790 Relocator::DWord A = pReloc.target() + pReloc.addend();
812 // in order to keep the addend store in the place correct.
828 Relocator::DWord A = pReloc.target() + pReloc.addend();
850 Relocator::DWord A = pReloc.target() + pReloc.addend();
858 Relocator::DWord A = pReloc.target() + pReloc.addend();
874 Relocator::DWord A = pReloc.target() + pReloc.addend();
892 Relocator::DWord A = pReloc.target() + pReloc.addend();
909 helper_sign_extend((pReloc.target() & 0x00ff) << 1, 8) + pReloc.addend();
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c 91 has only 16 bits of space to store an addend. This means that in
1621 int addend, rn, bit = 0; local
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 134 /* Relocations that don't need an addend field. */
140 /* Relocations that need an addend field. */
144 Elf32_Sword r_addend; /* Addend. */

Completed in 4481 milliseconds

1 2 3 4 5 6 7 8 91011>>