Home
last modified time | relevance | path

Searched refs:oldloc (Results 1 – 24 of 24) sorted by relevance

/netbsd/games/adventure/
H A Dio.c302 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */ in rdesc()
307 ltext[oldloc].seekadr = seekhere; in rdesc()
311 stext[oldloc].seekadr = seekhere; in rdesc()
315 ptext[oldloc].seekadr = seekhere; in rdesc()
319 if (oldloc >= RTXSIZE) in rdesc()
321 rtext[oldloc].seekadr = seekhere; in rdesc()
327 cval[classes++] = oldloc; in rdesc()
330 if (oldloc >= MAGSIZE) in rdesc()
348 oldloc = locc; in rdesc()
366 if ((locc = rnum()) != oldloc && oldloc >= 0 && t) { in rtrav()
[all …]
H A Dsubr.c332 oldloc2 = oldloc; in march()
333 oldloc = loc; in march()
389 if (forced(k = oldloc)) in mback()
391 oldloc2 = oldloc; in mback()
392 oldloc = loc; in mback()
531 if (atloc[loc] == 0 && atloc[oldloc] == 0 in checkhints()
1039 oldloc = 115; in caveclose()
H A Dsave.c496 {&oldloc, sizeof(oldloc)},
609 &oldloc,
H A Ddone.c171 oldloc = loc; in die()
H A Dhdr.h68 extern int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2;
H A Dinit.c68 int loc, newloc, oldloc, oldloc2, wasdark, gaveup, kq, k, k2; variable
/netbsd/sbin/gpt/
H A Dresizedisk.c88 off_t last, oldloc, newloc, lastdata, gpt_size; in resizedisk() local
122 oldloc = (off_t)le64toh((uint64_t)hdr->hdr_lba_alt); in resizedisk()
131 if (sector == oldloc) { in resizedisk()
137 if (sector == 0 && last == oldloc) { in resizedisk()
164 if (sector > oldloc) in resizedisk()
166 if (sector > 0 && sector < oldloc && last >= oldloc) in resizedisk()
168 if (sector == 0 && last > oldloc) in resizedisk()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dremote-utils.h66 int relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc);
H A Dlinux-s390-low.cc1112 s390_relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc, int is_64) in s390_relocate_instruction() argument
1120 read_inferior_memory (oldloc, buf, sizeof buf); in s390_relocate_instruction()
1208 target = oldloc + loffset * 2; in s390_relocate_instruction()
1222 loffset = oldloc + ilen - *to; in s390_relocate_instruction()
H A Dlinux-ppc-low.cc1441 ppc_relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) in ppc_relocate_instruction() argument
1446 read_inferior_memory (oldloc, (unsigned char *) &insn, 4); in ppc_relocate_instruction()
1453 newrel = (oldloc - *to) + rel; in ppc_relocate_instruction()
1503 newrel = (oldloc - *to) + rel; in ppc_relocate_instruction()
H A Dremote-utils.cc1569 relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) in relocate_instruction() argument
1576 sprintf (cs.own_buf, "qRelocInsn:%s;%s", paddress (oldloc), in relocate_instruction()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dremote-utils.h66 int relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc);
H A Dlinux-s390-low.cc1112 s390_relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc, int is_64) in s390_relocate_instruction() argument
1120 read_inferior_memory (oldloc, buf, sizeof buf); in s390_relocate_instruction()
1208 target = oldloc + loffset * 2; in s390_relocate_instruction()
1222 loffset = oldloc + ilen - *to; in s390_relocate_instruction()
H A Dlinux-ppc-low.cc1441 ppc_relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) in ppc_relocate_instruction() argument
1446 read_inferior_memory (oldloc, (unsigned char *) &insn, 4); in ppc_relocate_instruction()
1453 newrel = (oldloc - *to) + rel; in ppc_relocate_instruction()
1503 newrel = (oldloc - *to) + rel; in ppc_relocate_instruction()
H A Dremote-utils.cc1569 relocate_instruction (CORE_ADDR *to, CORE_ADDR oldloc) in relocate_instruction() argument
1576 sprintf (cs.own_buf, "qRelocInsn:%s;%s", paddress (oldloc), in relocate_instruction()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Damd64-tdep.c1830 CORE_ADDR *to, CORE_ADDR oldloc) in amd64_relocate_instruction() argument
1843 read_memory (oldloc, buf, len); in amd64_relocate_instruction()
1853 insn_length = gdb_buffered_insn_length (gdbarch, insn, len, oldloc); in amd64_relocate_instruction()
1868 ret_addr = oldloc + insn_length; in amd64_relocate_instruction()
1910 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction()
1917 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction()
1940 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction()
1946 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction()
H A Di386-tdep.c983 CORE_ADDR *to, CORE_ADDR oldloc) in i386_relocate_instruction() argument
991 read_memory (oldloc, buf, I386_MAX_INSN_LEN); in i386_relocate_instruction()
994 I386_MAX_INSN_LEN, oldloc); in i386_relocate_instruction()
1008 ret_addr = oldloc + insn_length; in i386_relocate_instruction()
1019 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction()
1026 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction()
1045 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction()
1051 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction()
H A DChangeLog-20167583 oldloc.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Damd64-tdep.c1830 CORE_ADDR *to, CORE_ADDR oldloc) in amd64_relocate_instruction() argument
1843 read_memory (oldloc, buf, len); in amd64_relocate_instruction()
1853 insn_length = gdb_buffered_insn_length (gdbarch, insn, len, oldloc); in amd64_relocate_instruction()
1868 ret_addr = oldloc + insn_length; in amd64_relocate_instruction()
1910 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction()
1917 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction()
1940 newrel = (oldloc - *to) + rel32; in amd64_relocate_instruction()
1946 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction()
H A Di386-tdep.c983 CORE_ADDR *to, CORE_ADDR oldloc) in i386_relocate_instruction() argument
991 read_memory (oldloc, buf, I386_MAX_INSN_LEN); in i386_relocate_instruction()
994 I386_MAX_INSN_LEN, oldloc); in i386_relocate_instruction()
1008 ret_addr = oldloc + insn_length; in i386_relocate_instruction()
1019 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction()
1026 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction()
1045 newrel = (oldloc - *to) + rel32; in i386_relocate_instruction()
1051 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction()
H A DChangeLog-20167583 oldloc.
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp125 locale oldloc = loc_storage; in imbue() local
128 return oldloc; in imbue()
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpython.c1665 std::string oldloc = setlocale (LC_ALL, NULL); in do_start_initialization() local
1675 setlocale (LC_ALL, oldloc.c_str ()); in do_start_initialization()
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython.c1665 std::string oldloc = setlocale (LC_ALL, NULL); in do_start_initialization() local
1675 setlocale (LC_ALL, oldloc.c_str ()); in do_start_initialization()