| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cpp | 170 uptr *pc_offset) { in GetModuleAndOffsetForPc() argument 173 pc, &found_module_name, pc_offset); in GetModuleAndOffsetForPc() 221 void **pc_offset) { in __sanitizer_get_module_and_offset_for_pc() argument 224 reinterpret_cast<uptr *>(pc_offset)); in __sanitizer_get_module_and_offset_for_pc()
|
| H A D | sanitizer_interface_internal.h | 92 void **pc_offset);
|
| H A D | sanitizer_common.h | 761 uptr *pc_offset);
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | avr-tdep.c | 519 int pc_offset = 0; in avr_scan_prologue() local 526 pc_offset += 2; in avr_scan_prologue() 533 pc_offset += 2; in avr_scan_prologue() 540 pc_offset += 2; in avr_scan_prologue() 547 pc_offset += 2; in avr_scan_prologue() 567 pc_offset += 2; in avr_scan_prologue() 580 pc_offset += 4; in avr_scan_prologue() 612 return pc + pc_offset; in avr_scan_prologue()
|
| H A D | ppc64obsd-tdep.c | 86 ppc64_supply_reg (regcache, PC_REGNUM, gregs, offsets->pc_offset); in ppc64_supply_gregset() 130 ppc64_collect_reg (regcache, PC_REGNUM, gregs, offsets->pc_offset); in ppc64_collect_gregset() 412 if (ppc64obsd_reg_offsets.pc_offset == 0) in _initialize_ppc64obsd_tdep() 416 ppc64obsd_reg_offsets.pc_offset = 288; in _initialize_ppc64obsd_tdep()
|
| H A D | ppcobsd-tdep.c | 333 if (ppcobsd_reg_offsets.pc_offset == 0) in _initialize_ppcobsd_tdep() 337 ppcobsd_reg_offsets.pc_offset = 384; in _initialize_ppcobsd_tdep()
|
| H A D | ppc64obsd-nat.c | 219 ppc64obsd_reg_offsets.pc_offset = offsetof (struct reg, r_pc); in _initialize_ppc64obsd_nat()
|
| H A D | ppcobsd-nat.c | 217 ppcobsd_reg_offsets.pc_offset = offsetof (struct reg, pc); in _initialize_ppcobsd_nat()
|
| H A D | ppc-tdep.h | 88 int pc_offset; member
|
| H A D | rs6000-tdep.c | 357 ppc_supply_reg (regcache, PC_REGNUM, gregs, offsets->pc_offset); in ppc_supply_gregset() 433 ppc_collect_reg (regcache, PC_REGNUM, gregs, offsets->pc_offset); in ppc_collect_gregset()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
| H A D | common_interface_defs.h | 433 void **pc_offset);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerExtFunctions.def | 44 size_t module_path_len,void **pc_offset), false);
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | m68hc11-dis.c | 69 int* indirect, int mov_insn, int pc_offset, in print_indexed_operand() argument 96 sval += pc_offset; in print_indexed_operand()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | m68hc11-dis.c | 69 int* indirect, int mov_insn, int pc_offset, in print_indexed_operand() argument 96 sval += pc_offset; in print_indexed_operand()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-xtensa.c | 3064 xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch) in xg_symbolic_immeds_fit() argument 3068 offsetT pc_offset; 3108 pc = pc_frag->fr_address + pc_offset; 3213 xg_assembly_relax (istack, insn, pc_seg, pc_frag, pc_offset, min_steps, in xg_assembly_relax() argument 3219 offsetT pc_offset; /* Offset in fragment. */ 3237 if (xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch) 3252 if (xg_symbolic_immeds_fit (&single_target, pc_seg, pc_frag, pc_offset, 3268 if (xg_symbolic_immeds_fit (¤t_insn, pc_seg, pc_frag, pc_offset,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-xtensa.c | 3214 offsetT pc_offset, in xg_symbolic_immeds_fit() argument 3276 pc = pc_frag->fr_address + pc_offset; in xg_symbolic_immeds_fit() 3534 offsetT pc_offset, /* offset in fragment */ in xg_assembly_relax() argument 3552 if (xg_symbolic_immeds_fit (insn, pc_seg, pc_frag, pc_offset, stretch) in xg_assembly_relax() 3564 if (xg_symbolic_immeds_fit (&single_target, pc_seg, pc_frag, pc_offset, in xg_assembly_relax() 3579 if (xg_symbolic_immeds_fit (¤t_insn, pc_seg, pc_frag, pc_offset, in xg_assembly_relax()
|