Home
last modified time | relevance | path

Searched defs:PCIter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dpcln.go360 type PCIter struct { struct
361 p []byte
362 PC uint32
363 NextPC uint32
364 PCScale uint32
365 Value int32
366 start bool
367 Done bool
378 func (it *PCIter) Next() {
415 func (it *PCIter) Init(p []byte) {