Searched refs:set_offset (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | darwin-fallback.c | 354 #define set_offset(r, addr) \ in handle_syscall() macro 375 set_offset (CR2_REGNO, &m64->cr); in handle_syscall() 377 set_offset (i, m64->gpr[i] + 1); in handle_syscall() 378 set_offset (XER_REGNO, m64->xer + 1); in handle_syscall() 379 set_offset (LINK_REGISTER_REGNUM, m64->lr + 1); in handle_syscall() 380 set_offset (COUNT_REGISTER_REGNUM, m64->ctr + 1); in handle_syscall() 382 set_offset (VRSAVE_REGNO, &m64->vrsave); in handle_syscall() 403 set_offset (CR2_REGNO, &m->cr); in handle_syscall() 405 set_offset (i, m->gpr + i); in handle_syscall() 406 set_offset (XER_REGNO, &m->xer); in handle_syscall() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAranges.cpp | 41 const lldb::offset_t set_offset = offset; in extract() local 47 set_offset); in extract()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libio/ |
| H A D | libio.h | 189 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
|