| /openbsd-src/gnu/llvm/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 335 uint64_t offset1, uint64_t offset2) { in applyAdrpAdd() argument 337 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdd() 352 writeNop(buf + offset2); in applyAdrpAdd() 364 uint64_t offset1, uint64_t offset2) { in applyAdrpAdrp() argument 366 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdrp() 374 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend; in applyAdrpAdrp() 378 writeNop(buf + offset2); in applyAdrpAdrp() 391 uint64_t offset1, uint64_t offset2) { in applyAdrpLdr() argument 393 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdr() 402 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdr() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 128 const char *offset2, uptr length2) { in DECLARE_REAL() 129 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL() 134 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL() 135 if (UNLIKELY(RangesOverlap(offset1, length1, offset2, length2))) { \ in DECLARE_REAL() 143 offset2, length2, &stack); \ in DECLARE_REAL()
|
| H A D | asan_report.h | 79 const char *offset2, uptr length2,
|
| H A D | asan_report.cpp | 331 const char *offset2, uptr length2, in ReportStringFunctionMemoryRangesOverlap() argument 335 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | bfdwin.c | 144 file_ptr file_offset, offset2; in bfd_get_file_window() local 159 offset2 = offset % pagesize; in bfd_get_file_window() 160 if (offset2 < 0) in bfd_get_file_window() 162 file_offset = offset - offset2; in bfd_get_file_window() 192 (long) real_size, i->data, (long) offset2); in bfd_get_file_window() 194 windowp->data = (bfd_byte *) i->data + offset2; in bfd_get_file_window()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | bfdwin.c | 145 file_ptr file_offset, offset2; in bfd_get_file_window() local 164 offset2 = offset % pagesize; in bfd_get_file_window() 165 if (offset2 < 0) in bfd_get_file_window() 167 file_offset = offset - offset2; in bfd_get_file_window() 197 (long) real_size, i->data, (long) offset2); in bfd_get_file_window() 199 windowp->data = (bfd_byte *) i->data + offset2; in bfd_get_file_window()
|
| H A D | elfxx-mips.c | 2214 bfd_vma offset, offset2; in mips_elf_initialize_tls_slots() local 2253 offset2 = offset + MIPS_ELF_GOT_SIZE (abfd); in mips_elf_initialize_tls_slots() 2266 sgot->output_offset + sgot->output_section->vma + offset2); in mips_elf_initialize_tls_slots() 2269 sgot->contents + offset2); in mips_elf_initialize_tls_slots() 2276 sgot->contents + offset2); in mips_elf_initialize_tls_slots()
|
| /openbsd-src/sys/arch/arm/include/ |
| H A D | bus.h | 539 bus_size_t offset2, bus_size_t count); 544 bus_size_t offset2, bus_size_t count); 549 bus_size_t offset2, bus_size_t count); 554 bus_size_t offset2, bus_size_t count);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-ccp.c | 1760 tree offset2; in maybe_fold_stmt_indirect() local 1762 offset2 = TREE_OPERAND (base, 1); in maybe_fold_stmt_indirect() 1763 if (TREE_CODE (offset2) != INTEGER_CST) in maybe_fold_stmt_indirect() 1767 offset = int_const_binop (PLUS_EXPR, offset, offset2, 1); in maybe_fold_stmt_indirect()
|
| H A D | var-tracking.c | 1550 HOST_WIDE_INT offset2; in same_variable_part_p() local 1558 offset2 = REG_OFFSET (loc); in same_variable_part_p() 1563 offset2 = MEM_OFFSET (loc) ? INTVAL (MEM_OFFSET (loc)) : 0; in same_variable_part_p() 1574 return (expr == expr2 && offset == offset2); in same_variable_part_p()
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.c | 1468 rtx offset2 = const0_rtx; in iq2000_debugger_offset() local 1469 rtx reg = eliminate_constant_term (addr, & offset2); in iq2000_debugger_offset() 1472 offset = INTVAL (offset2); in iq2000_debugger_offset()
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | h8300.c | 5486 HOST_WIDE_INT offset1, offset2; in byte_accesses_mergeable_p() local 5507 offset2 = 0; in byte_accesses_mergeable_p() 5514 offset2 = INTVAL (XEXP (addr2, 1)); in byte_accesses_mergeable_p() 5522 && offset1 + 1 == offset2) in byte_accesses_mergeable_p()
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | m32c.c | 2802 int flag = 0, okflag = 0, offset1 = 0, offset2 = 0, offsetsign = 0; in m32c_immd_dbl_mov() local 2866 offset2 = XINT (XEXP (XEXP (operands[2], 0), 1), 0); in m32c_immd_dbl_mov() 2868 if (((offset2-offset1) == 2) && offsetsign != 0) in m32c_immd_dbl_mov()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 5288 rtx offset2 = const0_rtx; in mips_debugger_offset() local 5289 rtx reg = eliminate_constant_term (addr, &offset2); in mips_debugger_offset() 5292 offset = INTVAL (offset2); in mips_debugger_offset() 7469 enum machine_mode mode2, HOST_WIDE_INT offset2) in mips_return_fpr_pair() argument 7482 GEN_INT (offset2)))); in mips_return_fpr_pair()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expr.c | 3297 HOST_WIDE_INT offset1, offset2; local 3318 offset2 = GET_MODE_SIZE (submode); 3321 offset2 = (-PUSH_ROUNDING (GET_MODE_SIZE (GET_MODE (x))) 3333 GEN_INT (offset2))),
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 5620 rtx offset2 = const0_rtx; local 5621 rtx reg = eliminate_constant_term (addr, &offset2); 5624 offset = INTVAL (offset2);
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 9902 int offset1, offset2; in mems_ok_for_quad_peep() local 9947 offset2 = INTVAL (XEXP (addr2, 1)); in mems_ok_for_quad_peep() 9956 offset2 = 0; in mems_ok_for_quad_peep() 9964 if (offset2 != offset1 + 8) in mems_ok_for_quad_peep()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | UsersManual.rst | 2358 offset2[.discriminator]: number_of_samples [fn3:num fn4:num ... ]
|