Home | History | Annotate | Download | only in obj

Lines Matching refs:PCDATA

9 func addvarint(d *Pcdata, v uint32) {
26 func funcpctab(ctxt *Link, dst *Pcdata, func_ *LSym, desc string, valfunc func(*Link, *LSym, int32, *Prog, int32, interface{}) int32, arg interface{}) {
233 // pctopcdata computes the pcdata value in effect at p.
234 // A PCDATA instruction sets the value in effect at future
235 // non-PCDATA instructions.
236 // Since PCDATA instructions have no width in the final code,
243 ctxt.Diag("overflow in PCDATA instruction: %v", p)
257 // Find the highest ID of any used PCDATA table. This ignores PCDATA table
271 pcln.Pcdata = make([]Pcdata, npcdata)
272 pcln.Pcdata = pcln.Pcdata[:npcdata]
306 // pcdata.
311 funcpctab(ctxt, &pcln.Pcdata[i], cursym, "pctopcdata", pctopcdata, interface{}(uint32(i)))