Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/link/internal/sym/
Dcompilation_unit.go22 type CompilationUnit struct { struct
23 Lib *Library // Our library
24 PclnIndex int // Index of this CU in pclntab
25 PCs []dwarf.Range // PC ranges, relative to Textp[0]
26 DWInfo *dwarf.DWDie // CU root DIE
27 FileTable []string // The file table used in this compilation unit.
29 Consts LoaderSym // Package constants DIEs
30 FuncDIEs []LoaderSym // Function DIE subtrees
31 VarDIEs []LoaderSym // Global variable DIEs
32 AbsFnDIEs []LoaderSym // Abstract function DIE subtrees
[all …]
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dpcln.go164 func genInlTreeSym(ctxt *Link, cu *sym.CompilationUnit, fi loader.FuncInfo, arch *sys.Arch, nameOff…
325 func walkFilenames(ctxt *Link, funcs []loader.Sym, f func(*sym.CompilationUnit, goobj.CUFileIndex))…