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

1 2 3 4 56 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 204 long addend = random.nextInt(MAX_ADDEND); local
207 long result = map.addAndGet(key, addend);
209 assertEquals(before + addend, after);
211 addend = after;
239 long addend = random.nextInt(MAX_ADDEND); local
242 long result = map.getAndAdd(key, addend);
244 assertEquals(before + addend, after);
246 addend = after;
  /external/libnl/include/
netlink-local.h 149 dst->rs_addend = src->addend;
159 dst->addend = src->rs_addend;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 585 against, RELOC_NAME is the name of the relocation, and ADDEND is
586 any addend that is used. ABFD, SECTION and ADDRESS identify the
592 const char *name, const char *reloc_name, bfd_vma addend,
729 /* Addend to use. The object file should contain zero. The BFD
732 addend must be stored into in the object file, and for some
734 bfd_vma addend;
731 bfd_vma addend; member in struct:bfd_link_order_reloc
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h 585 against, RELOC_NAME is the name of the relocation, and ADDEND is
586 any addend that is used. ABFD, SECTION and ADDRESS identify the
592 const char *name, const char *reloc_name, bfd_vma addend,
729 /* Addend to use. The object file should contain zero. The BFD
732 addend must be stored into in the object file, and for some
734 bfd_vma addend;
731 bfd_vma addend; member in struct:bfd_link_order_reloc
  /toolchain/binutils/binutils-2.25/bfd/
elf-m10200.c 237 bfd_vma addend,
252 value += addend;
257 value += addend;
266 value += addend;
275 value += addend;
289 value += addend;
301 value += addend;
313 value += addend;
    [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...]
coff-arm.c 106 diff = reloc_entry->addend;
615 relocation += reloc_entry->addend;
720 relocation += reloc_entry->addend;
1185 bfd_vma addend;
1207 the rtype_to_howto function to adjust the addend as needed. */
1210 addend = - sym->n_value;
1212 addend = 0;
1215 sym, &addend);
1222 this case without pcrel_offset set, and adjust the addend to
1248 addend -= rel->r_vaddr - input_section->vma
1183 bfd_vma addend; local
    [all...]
elf32-microblaze.c 851 bfd_vma addend)
858 rel.r_addend = addend;
878 relocatable output file) adjusting the reloc addend as
895 section, which means that the addend must be adjusted
937 bfd_vma addend = rel->r_addend
934 bfd_vma addend = rel->r_addend; local
    [all...]
coff-i860.c 74 ORIG is the negative of reloc_entry->addend, which is set by
79 diff = symbol->value + reloc_entry->addend;
84 ignores the addend for a COFF target when producing
86 COFF, so we handle the addend here instead. */
87 diff = reloc_entry->addend;
457 /* Compute the addend of a reloc. If the reloc is to a common symbol,
463 symbol from the original file, and uses it to set the addend value
464 correctly. If this is not a common symbol, the usual addend
500 size (sym->n_value) as an addend. The relocate_section
589 cache_ptr->addend = dst->r_symndx
    [all...]
aout-cris.c 161 r_addend = g->addend;
elf32-iq2000.c 255 && reloc_entry->addend == 0)
268 relocation += reloc_entry->addend;
272 reloc_entry->addend += 0x10000;
280 reloc_entry->addend -= 0x10000;
546 output file) adjusting the reloc addend as necessary.
562 section, which means that the addend must be adjusted
elf32-d30v.c 88 /* Add in supplied addend. */
89 relocation += reloc_entry->addend;
92 symbol we are relocating against, plus any addend. */
104 /* Extract the addend. */
196 /* Add in supplied addend. */
197 relocation += reloc_entry->addend;
200 symbol we are relocating against, plus any addend. */
217 /* Extract the addend. */
222 in1 &= ~mask; /* Mask out addend. */
elf32-dlx.c 75 && reloc_entry->addend == 0)
90 relocation += reloc_entry->addend;
104 has given us any additional addend, the resulting reloc will also
elf32-i386.c 3234 bfd_vma addend; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.cc 182 typename elfcpp::Elf_types<size>::Elf_Addr addend = local
186 addend));
x86_64.cc 540 // Return the addend to use for a target specific relocation.
542 do_reloc_addend(void* arg, unsigned int r_type, uint64_t addend) const;
3334 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
3569 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
3907 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
3996 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
    [all...]
target-reloc.h 754 // Handle the reloc addend based on the strategy.
770 // the addend is the same calculation we use for a simple
780 typename elfcpp::Elf_types<size>::Elf_Swxword addend; local
781 addend = Reloc_types<sh_type, size, big_endian>::
783 addend = psymval->value(object, addend);
785 set_reloc_addend(&reloc_write, addend);
arm.cc 234 // Relocation addend.
503 // and an addend. Since we treat global and local symbol differently, we
513 unsigned int r_sym, int32_t addend)
514 : stub_type_(stub_type), addend_(addend)
616 // Addend associated with a reloc.
    [all...]
  /toolchain/binutils/binutils-2.25/include/
bfdlink.h 617 against, RELOC_NAME is the name of the relocation, and ADDEND is
618 any addend that is used. ABFD, SECTION and ADDRESS identify the
624 const char *name, const char *reloc_name, bfd_vma addend,
760 /* Addend to use. The object file should contain zero. The BFD
763 addend must be stored into in the object file, and for some
765 bfd_vma addend;
762 bfd_vma addend; member in struct:bfd_link_order_reloc
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 270 // we need to set up the relocation addend at apply relocation, record
333 // we need to set up the relocation addend at apply relocation, record
503 // R_HEX_32 and its class of relocations use only addend and symbol value
508 Relocator::DWord A = pReloc.addend();
670 result = pReloc.addend() + pReloc.symValue() - pReloc.place();
698 Relocator::DWord A = pReloc.addend();
740 Relocator::DWord A = pReloc.addend();
769 Relocator::DWord A = pReloc.addend();
827 uint32_t result = (PLT_S + pReloc.addend() - P) >> 2;
915 Relocator::DWord A = pReloc.addend();
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 264 __TBB_machine_fetchadd4(volatile void* ptr, long addend) ITT_INLINE_ATTRIBUTE;
265 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend)
270 : "0"(addend), "m"(*(long*)ptr)
  /external/iproute2/tc/
f_flow.c 37 "OPS := [ or NUM | and NUM | xor NUM | rshift NUM | addend NUM ]\n"
98 static int get_addend(__u32 *addend, char *argv, __u32 keys)
129 *addend = tmp;
194 } else if (matches(*argv, "addend") == 0) {
197 fprintf(stderr, "Illegal \"addend\"\n");
332 fprintf(f, "addend 0x%x ",
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInt.java 223 multaddMe( int iv, int addend ) {
228 p = v * ((long)data[0]&0xffffffffL) + ((long)addend&0xffffffffL);
  /toolchain/binutils/binutils-2.25/include/elf/
ia64.h 222 unsigned char addend[8]; member in struct:__anon75571
232 unsigned char addend[8]; member in struct:__anon75572
290 RELOC_NUMBER (R_IA64_IMM14, 0x21) /* symbol + addend, add imm14 */
291 RELOC_NUMBER (R_IA64_IMM22, 0x22) /* symbol + addend, add imm22 */
292 RELOC_NUMBER (R_IA64_IMM64, 0x23) /* symbol + addend, mov imm64 */
293 RELOC_NUMBER (R_IA64_DIR32MSB, 0x24) /* symbol + addend, data4 MSB */
294 RELOC_NUMBER (R_IA64_DIR32LSB, 0x25) /* symbol + addend, data4 LSB */
295 RELOC_NUMBER (R_IA64_DIR64MSB, 0x26) /* symbol + addend, data8 MSB */
296 RELOC_NUMBER (R_IA64_DIR64LSB, 0x27) /* symbol + addend, data8 LSB */
350 RELOC_NUMBER (R_IA64_LTV32MSB, 0x74) /* symbol + addend, data4 MSB *
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 1859 bfd_signed_vma addend = q->addend; local
3065 bfd_signed_vma addend = q->addend; local
    [all...]

Completed in 1481 milliseconds

1 2 3 4 56 7 8 91011>>