Lines Matching defs:pcHeader
368 type pcHeader struct { struct
369 magic uint32 // 0xFFFFFFF1
370 pad1, pad2 uint8 // 0,0
371 minLC uint8 // min instruction size
372 ptrSize uint8 // size of a ptr in bytes
373 nfunc int // number of functions in the module
374 nfiles uint // number of entries in the file tab
375 …xtStart uintptr // base for function entry PC offsets in this module, equal to moduledata.text
376 funcnameOffset uintptr // offset to the funcnametab variable from pcHeader
377 cuOffset uintptr // offset to the cutab variable from pcHeader
378 filetabOffset uintptr // offset to the filetab variable from pcHeader
379 pctabOffset uintptr // offset to the pctab variable from pcHeader
380 pclnOffset uintptr // offset to the pclntab variable from pcHeader
391 pcHeader *pcHeader member