_offc_probe_callchain.nx
buildroot/runtime/_offc_probe_callchain.nx
about
Bisects which IR-construction call clobbers `f` (the s-reg that
holds the Function pointer returned by ir_function_new). After
each call, print a marker character; if f is corrupted by an
intermediate call, the run will SIGSEGV at the next f-dereference
and we'll know the boundary from the last marker printed.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_types.nxnx_ir.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 11 | func mark(c: i64) -> i64 |
| 19 | func probe_f(f: *Function, c: i64) -> i64 |
| 30 | func main() -> i64 |