```{index} single: op_ppaddr; B function ``` ```{index} single: B::op_ppaddr; Perl function ``` # op_ppaddr Return a C-source-style reference to the op's pp function. ## Synopsis ```perl print $op->ppaddr; # e.g. "PL_ppaddr[OP_PRINT]" ``` Intended for back-ends that emit C source (such as `B::C`), which need to refer to pp functions by their slot in the `PL_ppaddr` dispatch table.