Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsymtab.go368 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
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp241 VkPipelineCacheHeaderVersionSafetyCriticalOne *pcHeader = in createPipelineCacheTest() local