Searched refs:BPRel (Results 1 – 3 of 3) sorted by relevance
115 BPRelativeSym &BPRel) { in visitKnownRecord() argument117 error(IO.mapInteger(BPRel.Offset)); in visitKnownRecord()118 error(IO.mapInteger(BPRel.Type)); in visitKnownRecord()119 error(IO.mapStringZ(BPRel.Name)); in visitKnownRecord()
184 BPRelativeSym &BPRel) { in visitKnownRecord() argument185 W.printNumber("Offset", BPRel.Offset); in visitKnownRecord()186 printTypeIndex("Type", BPRel.Type); in visitKnownRecord()187 W.printString("VarName", BPRel.Name); in visitKnownRecord()
462 BPRelativeSym &BPRel) { in visitKnownRecord() argument463 P.format(" `{0}`", BPRel.Name); in visitKnownRecord()465 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset); in visitKnownRecord()