HomeSort by: relevance | last modified time | path
    Searched defs:loffset (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-object.cc 72 long loffset; local
83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1
89 offset = (off_t) loffset;
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-object.cc 72 long loffset; local
83 && sscanf (offset_p, "@%li%n", &loffset, &consumed) >= 1
89 offset = (off_t) loffset;
  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1197 long loffset; local
1201 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1207 inoff = (off_t) loffset;
1481 long loffset; local
1495 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1501 file_offset = (off_t) loffset;
1782 long loffset; local
1789 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1795 file_offset = (off_t) loffset;
cfgexpand.cc 1323 poly_int64 loffset; local
1328 loffset = alloc_stack_frame_space
1331 large_base = get_dynamic_stack_base (loffset, large_align, base);
tree-ssa-sccvn.cc 2094 HOST_WIDE_INT loffset = newr.offset + 1; local
2095 if ((n = splay_tree_predecessor (known_ranges, (splay_tree_key)&loffset))
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1182 long loffset; local
1186 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1192 inoff = (off_t) loffset;
1462 long loffset; local
1476 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1482 file_offset = (off_t) loffset;
1753 long loffset; local
1760 && sscanf (p, "@%li%n", &loffset, &consumed) >= 1
1766 file_offset = (off_t) loffset;
cfgexpand.cc 1315 poly_int64 loffset; local
1320 loffset = alloc_stack_frame_space
1323 large_base = get_dynamic_stack_base (loffset, large_align, base);
tree-ssa-sccvn.cc 2059 HOST_WIDE_INT loffset = newr.offset + 1; local
2060 if ((n = splay_tree_predecessor (known_ranges, (splay_tree_key)&loffset))
  /src/external/gpl3/gdb/dist/gdbserver/
linux-s390-low.cc 1191 int64_t loffset = 0; local
1197 loffset = soffset;
1203 loffset = soffset;
1205 target = oldloc + loffset * 2;
1219 loffset = oldloc + ilen - *to;
1220 loffset >>= 1;
1221 soffset = loffset;
1222 if (soffset != loffset && is_64)
1241 loffset = target - *to;
1242 loffset >>= 1
1282 int64_t loffset; local
    [all...]
linux-x86-low.cc 1104 int64_t loffset;
1230 loffset = (tpaddr + orig_size) - (buildaddr + sizeof (jump_insn));
1231 if (loffset > INT_MAX || loffset < INT_MIN)
1235 "(offset 0x%" PRIx64 " > int32).", loffset);
1239 offset = (int) loffset;
1248 loffset = *jump_entry - (tpaddr + sizeof (jump_insn));
1249 if (loffset > INT_MAX || loffset < INT_MIN)
1253 "(offset 0x%" PRIx64 " > int32).", loffset);
1096 int64_t loffset; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-s390-low.cc 1193 int64_t loffset = 0; local
1199 loffset = soffset;
1205 loffset = soffset;
1207 target = oldloc + loffset * 2;
1221 loffset = oldloc + ilen - *to;
1222 loffset >>= 1;
1223 soffset = loffset;
1224 if (soffset != loffset && is_64)
1243 loffset = target - *to;
1244 loffset >>= 1
1284 int64_t loffset; local
    [all...]
linux-x86-low.cc 1193 int64_t loffset;
1319 loffset = (tpaddr + orig_size) - (buildaddr + sizeof (jump_insn));
1320 if (loffset > INT_MAX || loffset < INT_MIN)
1324 "(offset 0x%" PRIx64 " > int32).", loffset);
1328 offset = (int) loffset;
1337 loffset = *jump_entry - (tpaddr + sizeof (jump_insn));
1338 if (loffset > INT_MAX || loffset < INT_MIN)
1342 "(offset 0x%" PRIx64 " > int32).", loffset);
1185 int64_t loffset; local
    [all...]

Completed in 153 milliseconds