| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | glibc-tdep.c | 61 struct bound_minimal_symbol fixup in glibc_skip_solib_resolver() local 65 if (! fixup.minsym) in glibc_skip_solib_resolver() 66 fixup = lookup_minimal_symbol ("fixup", NULL, resolver.objfile); in glibc_skip_solib_resolver() 68 if (fixup.minsym && fixup.value_address () == pc) in glibc_skip_solib_resolver()
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | fixup.c | 97 struct powerpc_jump_fixup_info fixup; in powerpc_fixup_stubs() local 109 fixup.jfi_stub = fixup_addr2offset(stub); in powerpc_fixup_stubs() 110 fixup.jfi_real = 0; in powerpc_fixup_stubs() 121 for (; stub < stub_end && fixup.jfi_real == 0; stub++) { in powerpc_fixup_stubs() 209 fixup.jfi_real = fixup_addr2offset(ctr); in powerpc_fixup_stubs() 223 KASSERT(fixup.jfi_real != 0); in powerpc_fixup_stubs() 230 __func__, insnp, fixup.jfi_stub << 2, fixup.jfi_real << 2); in powerpc_fixup_stubs() 232 fixup_jump(insnp, &fixup); in powerpc_fixup_stubs()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-pru.c | 549 pru_check_overflow (valueT fixup, reloc_howto_type *howto) in pru_check_overflow() argument 557 fixup); in pru_check_overflow() 564 pru_diagnose_overflow (valueT fixup, reloc_howto_type *howto, in pru_diagnose_overflow() argument 573 (unsigned int) fixup, in pru_diagnose_overflow() 574 (unsigned int) (~(~(valueT) 0 << howto->bitsize) & fixup)); in pru_diagnose_overflow() 595 address = fixup | range_min; in pru_diagnose_overflow() 604 (int)fixup, -((1<<9) * 4), (1 << 9) * 4); in pru_diagnose_overflow() 609 opcode->name, (int)fixup, -32768, 32767); in pru_diagnose_overflow() 614 (int)fixup, -32768, 32767); in pru_diagnose_overflow() 619 (unsigned long long)fixup, 0, 0xfffffffflu); in pru_diagnose_overflow() [all …]
|
| D | tc-mn10300.c | 970 mn10300_check_fixup (struct mn10300_fixup *fixup) in mn10300_check_fixup() argument 972 expressionS *exp = &fixup->exp; in mn10300_check_fixup() 983 if (exp != &fixup->exp || mn10300_PIC_related_p (exp->X_op_symbol)) in mn10300_check_fixup() 987 fixup->reloc = BFD_RELOC_32_GOT_PCREL; in mn10300_check_fixup() 994 fixup->reloc = BFD_RELOC_32_GOT_PCREL; in mn10300_check_fixup() 998 fixup->reloc = exp->X_md; in mn10300_check_fixup() 1000 if (fixup->reloc == BFD_RELOC_32_PLT_PCREL in mn10300_check_fixup() 1001 && fixup->opindex >= 0 in mn10300_check_fixup() 1002 && (mn10300_operands[fixup->opindex].flags in mn10300_check_fixup() 1019 struct mn10300_fixup fixup; in mn10300_cons_fix_new() local [all …]
|
| D | tc-nios2.c | 1099 nios2_check_overflow (valueT fixup, reloc_howto_type *howto) in nios2_check_overflow() argument 1105 if ((~(~((valueT) 0) << howto->rightshift) & fixup) in nios2_check_overflow() 1108 fixup = ((signed)fixup) >> howto->rightshift; in nios2_check_overflow() 1117 if ((fixup >> howto->bitsize) != 0 in nios2_check_overflow() 1118 && ((signed) fixup >> howto->bitsize) != -1) in nios2_check_overflow() 1122 if ((fixup & 0x80000000) > 0) in nios2_check_overflow() 1125 if ((signed) fixup < (signed) (~0U << (howto->bitsize - 1))) in nios2_check_overflow() 1131 if (fixup >= ((unsigned) 1 << (howto->bitsize - 1))) in nios2_check_overflow() 1136 if ((fixup >> howto->bitsize) != 0) in nios2_check_overflow() 1148 nios2_diagnose_overflow (valueT fixup, reloc_howto_type *howto, in nios2_diagnose_overflow() argument [all …]
|
| D | tc-arc.c | 1435 struct arc_fixup *fixup = &insn->fixups[i]; in apply_fixups() local 1440 size = ((insn->len == 2) && !fixup->islong) ? 2 : 4; in apply_fixups() 1442 if (fixup->islong) in apply_fixups() 1446 if ((int) fixup->reloc == 0) in apply_fixups() 1449 if ((int) fixup->reloc < 0) in apply_fixups() 1454 pcrel = fixup->pcrel; in apply_fixups() 1460 (bfd_reloc_code_real_type) fixup->reloc); in apply_fixups() 1472 (fixup->reloc < 0) ? "Internal" : in apply_fixups() 1473 bfd_get_reloc_code_name (fixup->reloc), in apply_fixups() 1477 size, &fixup->exp, pcrel, fixup->reloc); in apply_fixups() [all …]
|
| D | tc-kvx.c | 139 struct kvx_fixup fixup[2]; member 471 (insn_)->fixup[(insn_)->nfixups].reloc = (reloc_); \ in insert_operand() 472 (insn_)->fixup[(insn_)->nfixups].exp = (exp_); \ in insert_operand() 473 (insn_)->fixup[(insn_)->nfixups].where = 0; \ in insert_operand() 480 immxbuf[immxcnt].fixup[0].reloc = (reloc_); \ in insert_operand() 481 immxbuf[immxcnt].fixup[0].exp = (exp_); \ in insert_operand() 482 immxbuf[immxcnt].fixup[0].where = 0; \ in insert_operand() 784 bfd_reloc_type_lookup (stdoutput, insn->fixup[i].reloc); in emit_insn() 795 insn->fixup[i].exp.X_add_number += insn_pos * 4; in emit_insn() 797 fixS *fixup = fix_new_exp (frag_now, in emit_insn() local [all …]
|
| D | tc-alpha.c | 1759 struct alpha_fixup *fixup = &insn->fixups[i]; in emit_insn() local 1765 if ((int) fixup->reloc < 0) in emit_insn() 1767 operand = &alpha_operands[-(int) fixup->reloc]; in emit_insn() 1771 else if (fixup->reloc > BFD_RELOC_UNUSED in emit_insn() 1772 || fixup->reloc == BFD_RELOC_ALPHA_GPDISP_HI16 in emit_insn() 1773 || fixup->reloc == BFD_RELOC_ALPHA_GPDISP_LO16) in emit_insn() 1782 (bfd_reloc_code_real_type) fixup->reloc); in emit_insn() 1787 switch (fixup->reloc) in emit_insn() 1804 &fixup->exp, pcrel, (bfd_reloc_code_real_type) fixup->reloc); in emit_insn() 1808 switch (fixup->reloc) in emit_insn() [all …]
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | timer.c | 120 u_int cnt, res, fixup, offset; in timer_get_timecount() local 148 fixup = cntr.limit; in timer_get_timecount() 150 fixup = cntr.limit; in timer_get_timecount() 152 fixup = 0; in timer_get_timecount() 161 res += fixup + offset; in timer_get_timecount()
|
| /netbsd/src/sys/arch/i386/conf/ |
| D | CARDBUS | 17 #options PCIINTR_DEBUG # super-verbose PCI interrupt fixup 20 options PCI_ADDR_FIXUP # fixup PCI I/O addresses 21 options PCI_BUS_FIXUP # fixup PCI bus numbering 22 options PCI_INTR_FIXUP # fixup PCI interrupt routing
|
| D | NET4501 | 152 #options PCI_ADDR_FIXUP # fixup PCI I/O addresses 153 #options PCI_BUS_FIXUP # fixup PCI bus numbering 154 #options PCI_INTR_FIXUP # fixup PCI interrupt routing 157 #options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
|
| /netbsd/src/sys/dev/isa/ |
| D | boca.c | 67 callout_t fixup; member 191 callout_init(&sc->fixup, 0); in bocaattach() 192 callout_reset(&sc->fixup, hz/10, boca_fixup, sc); in bocaattach() 245 callout_reset(&sc->fixup, hz/10, boca_fixup, sc); in boca_fixup()
|
| /netbsd/src/lib/libm/src/ |
| D | s_remquof.c | 52 goto fixup; /* |x|<|y| return x or x-y */ in remquof() 109 fixup: in remquof()
|
| D | s_remquo.c | 56 goto fixup; /* |x|<|y| return x or x-y */ in remquo() 143 fixup: in remquo()
|
| D | s_remquol.c | 105 goto fixup; /* |x|<|y| return x or x-y */ in remquol() 165 fixup: in remquol()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | read-rtl-function.cc | 49 class fixup; 133 auto_vec<fixup *> m_fixups; 146 class fixup class 150 fixup (file_location loc, rtx x) in fixup() function in fixup 153 virtual ~fixup () {} in ~fixup() 165 class operand_fixup : public fixup 171 : fixup (loc, insn), m_operand_idx (operand_idx) in operand_fixup() 218 class fixup_expr : public fixup 222 : fixup (loc, x), in fixup_expr() 390 fixup *f; in ~function_reader() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| D | ctrl_params_translate.c | 2648 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local 2668 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param() 2676 ret = fixup(PRE_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param() 2698 fixup(POST_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param() 2718 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_str_to_param() local 2729 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param() 2742 ret = fixup(PRE_CTRL_STR_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_str_to_param() 2762 ret = fixup(POST_CTRL_STR_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_str_to_param() 2781 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_setget_params_to_ctrl() local 2792 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl() [all …]
|
| /netbsd/src/tests/fs/puffs/ |
| D | t_fuzz.c | 151 fixup(int nfix, struct puffs_kargs *kargs) in fixup() function 232 fixup(nfix, &kargs); in testbody()
|
| /netbsd/src/regress/sys/arch/arm/ |
| D | Makefile | 5 SUBDIR+= abort-fixup
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | internals.texi | 444 A @dfn{fixup} is basically anything which can not be resolved in the first 445 pass. Sometimes a fixup can be resolved by the end of the assembly; if not, 446 the fixup becomes a relocation entry in the object file. 450 A fixup is created by a call to @code{fix_new} or @code{fix_new_exp}. Both 452 of whether the fixup is PC relative, and a type. 462 The frag (@pxref{Frags}) this fixup is in. 465 The location within the frag where the fixup occurs. 468 The symbol this fixup is against. Typically, the value of this symbol is added 476 A number which is added into the fixup. 484 The next fixup in the section. [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | ppc32elf.em | 304 { "no-pic-fixup", no_argument, NULL, OPTION_NO_PICFIXUP }, 305 { "vle-reloc-fixup", no_argument, NULL, OPTION_VLE_RELOC_FIXUP }, 351 --no-pic-fixup Don'\''t edit non-pic to pic\n" 354 --vle-reloc-fixup Correct old object file 16A/16D relocation\n"
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | cgen.c | 78 struct fixup struct 87 static struct fixup fixups[GAS_CGEN_MAX_FIXUPS]; argument 149 struct fixup fixup_chain[GAS_CGEN_MAX_FIXUPS]; 212 struct fixup tmp_fixup; in gas_cgen_swap_fixups()
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/ |
| D | bn_asm_vax.S | 81 # fixup for "negative" carry 86 1: # combined fixup for "negative" w, a[]
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_write_disk_posix.c | 187 int fixup; /* bitmask of what needs fixing */ member 895 fe->fixup |= TODO_MODE_BASE; in _archive_write_disk_header() 907 fe->fixup |= TODO_TIMES; in _archive_write_disk_header() 940 fe->fixup |= TODO_ACLS; in _archive_write_disk_header() 958 fe->fixup |= TODO_MAC_METADATA; in _archive_write_disk_header() 968 fe->fixup |= TODO_FFLAGS; in _archive_write_disk_header() 2589 if (p->fixup == 0) in _archive_write_disk_close() 2653 if (p->fixup & TODO_TIMES) { in _archive_write_disk_close() 2660 if (p->fixup & TODO_MODE_BASE) { in _archive_write_disk_close() 2672 if (p->fixup & TODO_ACLS) in _archive_write_disk_close() [all …]
|
| D | archive_write_disk_windows.c | 100 int fixup; /* bitmask of what needs fixing */ member 975 fe->fixup |= TODO_MODE_BASE; in _archive_write_disk_header() 984 fe->fixup |= TODO_TIMES; in _archive_write_disk_header() 1959 if (p->fixup & TODO_TIMES) { in _archive_write_disk_close() 1966 if (p->fixup & TODO_MODE_BASE) in _archive_write_disk_close() 1968 if (p->fixup & TODO_ACLS) in _archive_write_disk_close() 1970 if (p->fixup & TODO_FFLAGS) in _archive_write_disk_close() 2087 fe->fixup = 0; in new_fixup() 2546 le->fixup |=TODO_MODE_BASE; in create_dir()
|