HomeSort by relevance Sort by last modified time
    Searched refs:addend (Results 101 - 125 of 366) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
elfnn-ia64.c 52 /* The addend for which this entry is relevant. */
53 bfd_vma addend; member in struct:elfNN_ia64_dyn_sym_info
537 the original addend was zero. When the reloc is against
538 a section symbol we should include the addend in the
541 other hand, an access to "sym+addend" where "sym" is not
542 a section symbol should not include the addend; Such an
1809 bfd_vma addend = rel ? rel->r_addend : 0; local
3951 bfd_vma addend; local
4077 bfd_vma addend = rel->r_addend; local
    [all...]
elf64-alpha.c 116 /* The addend in effect for this entry. */
117 bfd_vma addend;
403 bfd_vma addend;
416 addend = ((i_ldah & 0xffff) << 16) | (i_lda & 0xffff);
417 addend = (addend ^ 0x80008000) - 0x80008000;
419 gpdisp += addend;
458 || reloc_entry->address + reloc_entry->addend > high_address)
470 p_lda = p_ldah + reloc_entry->addend;
115 bfd_vma addend; member in struct:alpha_elf_got_entry
399 bfd_vma addend; local
1802 bfd_vma addend; local
4272 bfd_vma addend; local
    [all...]
nlm32-ppc.c 485 rel->addend = 0;
591 rel->addend = 0;
669 if (rel->addend != 0
676 || (rel->howto->src_mask != 0xffffffff && rel->addend != 0)
785 && rel->addend == 0))
788 && rel->addend == 0))
elf64-hppa.c 100 /* The addend for the relocation. */
101 bfd_vma addend; member in struct:elf64_hppa_link_hash_entry::elf64_hppa_dyn_reloc_entry
447 bfd_vma addend)
461 rent->addend = addend;
3187 bfd_signed_vma addend = rel->r_addend; local
    [all...]
elf64-ia64-vms.c 67 /* The addend for which this entry is relevant. */
68 bfd_vma addend; member in struct:elf64_ia64_dyn_sym_info
1577 bfd_vma addend = rel ? rel->r_addend : 0; local
3545 bfd_vma addend; local
    [all...]
mach-o-i386.c 228 rinfo->r_value = rel->addend;
236 rinfo->r_value = rel->addend;
245 rinfo->r_value = rel->addend;
mipsbsd.c 221 relocation += reloc_entry->addend;
266 relocation += reloc_entry->addend;
269 reloc_entry->addend += 0x10000;
elf32-arc.c 49 reloc_entry->addend -= reloc_entry->address;
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
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
som.c 266 Literal Constants: These are generally used to represent addend
    [all...]
elf32-frv.c 608 symbol+addend whose TLS descriptor is referenced by the sum of
625 symbol+addend whose TLS resolver entry point is given by the sum
642 symbol+addend whose TLS offset GOT entry is given by the sum of
998 bfd_vma addend; member in struct:frvfdpic_relocs_info
3503 bfd_vma addend = rel->r_addend; local
3642 bfd_vma addend = rel->r_addend; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1415 bfd_vma addend; local
    [all...]
coffgrok.h 44 int addend; member in struct:coff_reloc
  /bionic/linker/
linker.cpp     [all...]
  /bionic/tools/relocation_packer/src/
packer_unittest.cc 16 typename ELF::Sxword addend,
21 relocation.r_addend = addend;
29 typename ELF::Sxword addend,
33 relocation.r_addend == addend;
153 // Two more relocations, 4 byte offset deltas, 12 byte addend deltas.
156 // Three more relocations, 8 byte deltas, -24 byte addend deltas.
194 // group 1 - addend 1: 10024 = 0xa8, 0xce, 0x80
198 // group 1 - addend 2: -12 = 0x74
200 // group 1 - addend 3: +12 = 0x0c
209 // group 2 - addend 1: -24 = 0x6
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LongBranchStub.cpp 86 int64_t dest = pTargetSymValue + pReloc.addend();
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 274 addend = -3600
276 addend = 3600
277 newRolloverAt += addend
339 addend = 3600
341 addend = -3600
342 timeTuple = time.localtime(t + addend)
365 addend = -3600
367 addend = 3600
368 newRolloverAt += addend
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 274 addend = -3600
276 addend = 3600
277 newRolloverAt += addend
339 addend = 3600
341 addend = -3600
342 timeTuple = time.localtime(t + addend)
365 addend = -3600
367 addend = 3600
368 newRolloverAt += addend
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 274 addend = -3600
276 addend = 3600
277 newRolloverAt += addend
339 addend = 3600
341 addend = -3600
342 timeTuple = time.localtime(t + addend)
365 addend = -3600
367 addend = 3600
368 newRolloverAt += addend
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 274 addend = -3600
276 addend = 3600
277 newRolloverAt += addend
339 addend = 3600
341 addend = -3600
342 timeTuple = time.localtime(t + addend)
365 addend = -3600
367 addend = 3600
368 newRolloverAt += addend
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-ldrs-encoding-bad.s 28 @ magnitude of the addend. So these should all (just) fail.
group-reloc-ldrs.s 28 @ magnitude of the addend. So these should all (just) work.
  /toolchain/binutils/binutils-2.25/gas/config/
tc-alpha.c 1246 offsetT addend = exp->X_add_number; local
2963 expressionS addend; local
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
AtomicLongMapTest.java 189 long addend = random.nextInt(MAX_ADDEND); local
192 long result = map.addAndGet(key, addend);
194 assertEquals(before + addend, after);
196 addend = after;
224 long addend = random.nextInt(MAX_ADDEND); local
227 long result = map.getAndAdd(key, addend);
229 assertEquals(before + addend, after);
231 addend = after;

Completed in 2074 milliseconds

1 2 3 45 6 7 8 91011>>