Searched refs:ofst (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | var-tracking.c | 2179 poly_int64 ofst = 0, term; in vt_canonicalize_addr() local 2190 ofst += term; in vt_canonicalize_addr() 2215 while (maybe_ne (ofst, 0) in vt_canonicalize_addr() 2219 ofst += term; in vt_canonicalize_addr() 2235 if (maybe_ne (ofst, 0)) in vt_canonicalize_addr() 2238 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst)) in vt_canonicalize_addr() 2241 loc = plus_constant (mode, loc, ofst); in vt_canonicalize_addr() 10044 int ofst; in vt_initialize() local 10049 ofst = FRAME_POINTER_CFA_OFFSET (current_function_decl); in vt_initialize() 10052 ofst = ARG_POINTER_CFA_OFFSET (current_function_decl); in vt_initialize() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | var-tracking.cc | 2187 poly_int64 ofst = 0, term; in vt_canonicalize_addr() local 2198 ofst += term; in vt_canonicalize_addr() 2223 while (maybe_ne (ofst, 0) in vt_canonicalize_addr() 2227 ofst += term; in vt_canonicalize_addr() 2243 if (maybe_ne (ofst, 0)) in vt_canonicalize_addr() 2246 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst)) in vt_canonicalize_addr() 2249 loc = plus_constant (mode, loc, ofst); in vt_canonicalize_addr() 10075 int ofst; in vt_initialize() local 10080 ofst = FRAME_POINTER_CFA_OFFSET (current_function_decl); in vt_initialize() 10083 ofst = ARG_POINTER_CFA_OFFSET (current_function_decl); in vt_initialize() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-bfin.c | 2256 bfd_vma ofst; in _bfinfdpic_emit_got_relocs_plt_entries() local 2283 ofst = 0; in _bfinfdpic_emit_got_relocs_plt_entries() 2307 ofst in _bfinfdpic_emit_got_relocs_plt_entries() 2340 fd_lazy_rel_offset = ofst; in _bfinfdpic_emit_got_relocs_plt_entries()
|
| H A D | elf32-frv.c | 1520 bfd_vma ofst; in _frvfdpic_emit_got_relocs_plt_entries() local 1547 ofst = 0; in _frvfdpic_emit_got_relocs_plt_entries() 1571 ofst = in _frvfdpic_emit_got_relocs_plt_entries() 1611 fd_lazy_rel_offset = ofst; in _frvfdpic_emit_got_relocs_plt_entries()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-bfin.c | 2256 bfd_vma ofst; in _bfinfdpic_emit_got_relocs_plt_entries() local 2283 ofst = 0; in _bfinfdpic_emit_got_relocs_plt_entries() 2307 ofst in _bfinfdpic_emit_got_relocs_plt_entries() 2340 fd_lazy_rel_offset = ofst; in _bfinfdpic_emit_got_relocs_plt_entries()
|
| H A D | elf32-frv.c | 1520 bfd_vma ofst; in _frvfdpic_emit_got_relocs_plt_entries() local 1547 ofst = 0; in _frvfdpic_emit_got_relocs_plt_entries() 1571 ofst = in _frvfdpic_emit_got_relocs_plt_entries() 1611 fd_lazy_rel_offset = ofst; in _frvfdpic_emit_got_relocs_plt_entries()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 42446 int ofst, /* First byte of the locking range */ 42458 assert( (ofst==UNIX_SHM_DMS && n==1) 42459 || (ofst>=UNIX_SHM_BASE && ofst+n<=(UNIX_SHM_BASE+SQLITE_SHM_NLOCK)) 42461 if( ofst==UNIX_SHM_DMS ){ 42467 for(ii=ofst-UNIX_SHM_BASE; ii<ofst-UNIX_SHM_BASE+n; ii++){ 42481 assert( ofst>=UNIX_SHM_BASE && ofst<=(UNIX_SHM_DMS+SQLITE_SHM_NLOCK) ); 42488 f.l_start = ofst; 42505 OSTRACE(("unlock %d..%d ok\n", ofst, ofst+n-1)); 42507 OSTRACE(("read-lock %d..%d ok\n", ofst, ofst+n-1)); 42510 OSTRACE(("write-lock %d..%d ok\n", ofst, ofst+n-1)); [all …]
|
| H A D | shell.c | 23073 static const struct { const char *zName; int ofst; } aField[] = { in shell_dbinfo_command() member 23135 int ofst = aField[i].ofst; in shell_dbinfo_command() local 23136 unsigned int val = get4byteInt(aHdr + ofst); in shell_dbinfo_command() 23138 switch( ofst ){ in shell_dbinfo_command()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.md | 4626 ;; Insns for loading the "page" part of a page/ofst address from the GOT.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.md | 4616 ;; Insns for loading the "page" part of a page/ofst address from the GOT.
|