Searched refs:ofst (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c2179 poly_int64 ofst = 0, term; local
2190 ofst += term;
2215 while (maybe_ne (ofst, 0)
2219 ofst += term;
2235 if (maybe_ne (ofst, 0))
2238 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst))
2241 loc = plus_constant (mode, loc, ofst);
10044 int ofst; local
10049 ofst = FRAME_POINTER_CFA_OFFSET (current_function_decl);
10052 ofst
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc2187 poly_int64 ofst = 0, term; local
2198 ofst += term;
2223 while (maybe_ne (ofst, 0)
2227 ofst += term;
2243 if (maybe_ne (ofst, 0))
2246 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst))
2249 loc = plus_constant (mode, loc, ofst);
10075 int ofst; local
10080 ofst = FRAME_POINTER_CFA_OFFSET (current_function_decl);
10083 ofst
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-bfin.c2260 bfd_vma ofst;
2287 ofst = 0;
2311 ofst
2344 fd_lazy_rel_offset = ofst;
2256 bfd_vma ofst; local
H A Delf32-frv.c1521 bfd_vma ofst;
1548 ofst = 0;
1572 ofst =
1612 fd_lazy_rel_offset = ofst;
1520 bfd_vma ofst; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-bfin.c2254 bfd_vma ofst;
2281 ofst = 0;
2305 ofst
2338 fd_lazy_rel_offset = ofst;
2250 bfd_vma ofst; local
H A Delf32-frv.c1520 bfd_vma ofst;
1547 ofst = 0;
1571 ofst =
1611 fd_lazy_rel_offset = ofst;
1519 bfd_vma ofst; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-bfin.c2255 bfd_vma ofst;
2282 ofst = 0;
2306 ofst
2339 fd_lazy_rel_offset = ofst;
2251 bfd_vma ofst; local
H A Delf32-frv.c1521 bfd_vma ofst;
1548 ofst = 0;
1572 ofst =
1612 fd_lazy_rel_offset = ofst;
1520 bfd_vma ofst; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-bfin.c2260 bfd_vma ofst;
2287 ofst = 0;
2311 ofst
2344 fd_lazy_rel_offset = ofst;
2256 bfd_vma ofst; local
H A Delf32-frv.c1521 bfd_vma ofst;
1548 ofst = 0;
1572 ofst =
1612 fd_lazy_rel_offset = ofst;
1520 bfd_vma ofst; local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c42443 unixShmSystemLock( unixFile *pFile, int lockType, int ofst, int n ) argument
43023 unixShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
50093 winShmSystemLock( winShmNode *pFile, int lockType, int ofst, int nByte ) argument
50371 winShmLock( sqlite3_file *fd, int ofst, int n, int flags ) argument
59161 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
216865 unsigned int cnt, ofst; local
221198 rbuVfsShmLock(sqlite3_file *pFile, int ofst, int n, int flags) argument
[all...]
H A Dshell.c23073 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon8
23135 int ofst = aField[i].ofst; local
23136 unsigned int val = get4byteInt(aHdr + ofst);
23138 switch( ofst ){

Completed in 1049 milliseconds