Searched defs:pcHeader (Results 1 – 2 of 2) sorted by relevance
368 type pcHeader struct { struct369 magic uint32 // 0xFFFFFFF1370 pad1, pad2 uint8 // 0,0371 minLC uint8 // min instruction size372 ptrSize uint8 // size of a ptr in bytes373 nfunc int // number of functions in the module374 nfiles uint // number of entries in the file tab375 …xtStart uintptr // base for function entry PC offsets in this module, equal to moduledata.text376 funcnameOffset uintptr // offset to the funcnametab variable from pcHeader377 cuOffset uintptr // offset to the cutab variable from pcHeader[all …]
241 VkPipelineCacheHeaderVersionSafetyCriticalOne *pcHeader = in createPipelineCacheTest() local