Home
last modified time | relevance | path

Searched refs:last_fp (Results 1 – 25 of 50) sorted by relevance

12

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/processor/
H A Dstackwalker_arm64.cc120 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
123 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
125 << std::hex << last_fp; in GetCallerByFramePointer()
130 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
132 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
136 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
H A Dstackwalker_arm.cc203 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
206 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
208 << std::hex << last_fp; in GetCallerByFramePointer()
213 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
215 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
219 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ssl/
H A Dssl_splitter.cc47 uint32_t last_fp = 0; in scan() local
68 if (last_fp > 0) in scan()
95 last_fp = n; in scan()
109 last_fp = n; in scan()
138 if (last_fp > 0) in scan()
140 *fp = last_fp; in scan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/processor/
H A Dstackwalker_arm64.cc215 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
218 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
220 << std::hex << last_fp; in GetCallerByFramePointer()
225 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
227 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
233 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
269 uint64_t last_fp = 0; in CorrectRegLRByFramePointer() local
270 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp, &last_fp)) { in CorrectRegLRByFramePointer()
276 if (last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP] != last_fp) in CorrectRegLRByFramePointer()
H A Dstackwalker_arm.cc204 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
209 << std::hex << last_fp; in GetCallerByFramePointer()
214 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
216 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
220 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_arm64.cc215 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
218 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
220 << std::hex << last_fp; in GetCallerByFramePointer()
225 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
227 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
233 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
269 uint64_t last_fp = 0; in CorrectRegLRByFramePointer() local
270 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp, &last_fp)) { in CorrectRegLRByFramePointer()
276 if (last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP] != last_fp) in CorrectRegLRByFramePointer()
H A Dstackwalker_arm.cc204 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
209 << std::hex << last_fp; in GetCallerByFramePointer()
214 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
216 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
220 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_arm64.cc215 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
218 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
220 << std::hex << last_fp; in GetCallerByFramePointer()
225 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
227 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
233 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
269 uint64_t last_fp = 0; in CorrectRegLRByFramePointer() local
270 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp, &last_fp)) { in CorrectRegLRByFramePointer()
276 if (last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP] != last_fp) in CorrectRegLRByFramePointer()
H A Dstackwalker_arm.cc204 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
209 << std::hex << last_fp; in GetCallerByFramePointer()
214 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
216 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
220 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_arm64.cc215 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
218 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
220 << std::hex << last_fp; in GetCallerByFramePointer()
225 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
227 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
233 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
269 uint64_t last_fp = 0; in CorrectRegLRByFramePointer() local
270 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp, &last_fp)) { in CorrectRegLRByFramePointer()
276 if (last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP] != last_fp) in CorrectRegLRByFramePointer()
H A Dstackwalker_arm.cc204 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
209 << std::hex << last_fp; in GetCallerByFramePointer()
214 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
216 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
220 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_arm64.cc215 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
218 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
220 << std::hex << last_fp; in GetCallerByFramePointer()
225 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
227 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
233 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
269 uint64_t last_fp = 0; in CorrectRegLRByFramePointer() local
270 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp, &last_fp)) { in CorrectRegLRByFramePointer()
276 if (last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP] != last_fp) in CorrectRegLRByFramePointer()
H A Dstackwalker_arm.cc204 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
209 << std::hex << last_fp; in GetCallerByFramePointer()
214 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
216 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
220 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_arm64.cc189 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
192 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
194 << std::hex << last_fp; in GetCallerByFramePointer()
199 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
201 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
205 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
H A Dstackwalker_arm.cc203 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
206 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
208 << std::hex << last_fp; in GetCallerByFramePointer()
213 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
215 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
219 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_arm64.cc189 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
192 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
194 << std::hex << last_fp; in GetCallerByFramePointer()
199 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
201 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
205 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
H A Dstackwalker_arm.cc203 uint32_t last_fp = last_frame->context.iregs[fp_register_];
206 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) {
208 << std::hex << last_fp;
213 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) {
215 << std::hex << (last_fp + 4);
219 uint32_t caller_sp = last_fp ? last_fp + 8 :
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/processor/
H A Dstackwalker_arm64.cc212 uint64_t last_fp = last_frame->context.iregs[MD_CONTEXT_ARM64_REG_FP]; in GetCallerByFramePointer() local
215 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
217 << std::hex << last_fp; in GetCallerByFramePointer()
222 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
224 << std::hex << (last_fp + 8); in GetCallerByFramePointer()
230 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer()
H A Dstackwalker_arm.cc204 uint32_t last_fp = last_frame->context.iregs[fp_register_]; in GetCallerByFramePointer() local
207 if (last_fp && !memory_->GetMemoryAtAddress(last_fp, &caller_fp)) { in GetCallerByFramePointer()
209 << std::hex << last_fp; in GetCallerByFramePointer()
214 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
216 << std::hex << (last_fp + 4); in GetCallerByFramePointer()
220 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer()
/dports/news/slrn/slrn-1.0.3/src/
H A Dttymsg.c34 static FILE *last_fp; in slrn_tty_vmessage() local
37 if ((fp == stdout) || (last_fp == stdout)) fputc ('\n', fp); in slrn_tty_vmessage()
55 last_fp = fp; in slrn_tty_vmessage()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dttymsg.c35 static FILE *last_fp; in slrn_tty_vmessage() local
37 if ((fp == stdout) || (last_fp == stdout)) fputc ('\n', fp); in slrn_tty_vmessage()
49 last_fp = fp; in slrn_tty_vmessage()
/dports/korean/h2ps/h2ps-2.06/
H A Dh2ps.c128 static FILE *last_fp = 0; local
133 if (fp != last_fp) { /* new file pointer; clear buf */
135 last_fp = fp;
/dports/misc/clifm/clifm-1.3/src/
H A Dmisc.c806 FILE *last_fp; local
807 last_fp = fopen(last_dir, "w");
808 if (!last_fp) {
821 fprintf(last_fp, "*%zu:%s\n", i, ws[i].path);
823 fprintf(last_fp, "%zu:%s\n", i, ws[i].path);
827 fclose(last_fp);
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Dmain.c22 static FILE *last_fp; variable
235 } while (read_pla(last_fp, TRUE, TRUE, pla_type, &PLA) != EOF);
564 last_fp = fp;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc907 LiftoffRegister last_fp = kFpCacheRegList.GetLastRegSet(); in SpillAdjacentFpRegisters() local
908 if (last_fp.fp().code() % 2 == 0) { in SpillAdjacentFpRegisters()
909 pinned.set(last_fp); in SpillAdjacentFpRegisters()

12