Home | History | Annotate | Download | only in ld

Lines Matching refs:line_base

886 	LINE_BASE   = -4
896 if deltaLC < LINE_BASE {
902 } else if deltaLC < LINE_BASE+LINE_RANGE {
904 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * PC_RANGE)
909 opcode = OPCODE_BASE + (deltaLC - LINE_BASE) + (LINE_RANGE * int64(deltaPC))
951 deltaLC -= int64((opcode-OPCODE_BASE)%LINE_RANGE + LINE_BASE)
1040 Adduint8(ctxt, ls, LINE_BASE&0xFF) // line_base