Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dline_test.go257 func testLineTable(t *testing.T, want []LineEntry, files [][]*LineFile, d *Data) {
327 func compareFiles(a, b []*LineFile) bool {
343 func dumpFiles(t *testing.T, files []*LineFile) {
Dline.go133 type LineFile struct { struct
134 Name string
135 Mtime uint64 // Implementation defined modification time, or 0 if unknown
136 Length int // File length, or 0 if unknown