| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-bfin.c | 2259 bfd_vma ofst; 2286 ofst = 0; 2310 ofst 2343 fd_lazy_rel_offset = ofst; 2255 bfd_vma ofst; local
|
| elf32-frv.c | 1520 bfd_vma ofst; 1547 ofst = 0; 1571 ofst = 1611 fd_lazy_rel_offset = ofst; 1519 bfd_vma ofst; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-bfin.c | 2259 bfd_vma ofst; 2286 ofst = 0; 2310 ofst 2343 fd_lazy_rel_offset = ofst; 2255 bfd_vma ofst; local
|
| elf32-frv.c | 1520 bfd_vma ofst; 1547 ofst = 0; 1571 ofst = 1611 fd_lazy_rel_offset = ofst; 1519 bfd_vma ofst; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-bfin.c | 2259 bfd_vma ofst; 2286 ofst = 0; 2310 ofst 2343 fd_lazy_rel_offset = ofst; 2255 bfd_vma ofst; local
|
| elf32-frv.c | 1520 bfd_vma ofst; 1547 ofst = 0; 1571 ofst = 1611 fd_lazy_rel_offset = ofst; 1519 bfd_vma ofst; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-bfin.c | 2260 bfd_vma ofst; 2287 ofst = 0; 2311 ofst 2344 fd_lazy_rel_offset = ofst; 2256 bfd_vma ofst; local
|
| elf32-frv.c | 1521 bfd_vma ofst; 1548 ofst = 0; 1572 ofst = 1612 fd_lazy_rel_offset = ofst; 1520 bfd_vma ofst; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| var-tracking.cc | 2177 poly_int64 ofst = 0, term; local 2188 ofst += term; 2213 while (maybe_ne (ofst, 0) 2217 ofst += term; 2232 /* Add OFST back in. */ 2233 if (maybe_ne (ofst, 0)) 2236 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst)) 2239 loc = plus_constant (mode, loc, ofst); 10075 int ofst; local 10080 ofst = FRAME_POINTER_CFA_OFFSET (current_function_decl) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| var-tracking.cc | 2187 poly_int64 ofst = 0, term; local 2198 ofst += term; 2223 while (maybe_ne (ofst, 0) 2227 ofst += term; 2242 /* Add OFST back in. */ 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) [all...] |
| /src/external/public-domain/sqlite/dist/ |
| shell.c | 23073 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon24489 23135 int ofst = aField[i].ofst; local 23136 unsigned int val = get4byteInt(aHdr + ofst); 23138 switch( ofst ){
|
| sqlite3.c | 59161 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local 216865 unsigned int cnt, ofst; local [all...] |