Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AlignmentPaddingLength (0.18 sec)

  1. src/cmd/internal/obj/util.go

    // updates minimum alignment for the function.
    func AlignmentPadding(pc int32, p *Prog, ctxt *Link, cursym *LSym) int {
    	v := AlignmentPaddingLength(pc, p, ctxt)
    	requireAlignment(p.From.Offset, ctxt, cursym)
    	return v
    }
    
    // AlignmentPaddingLength is the number of bytes to add to align code as requested.
    // Alignment is restricted to powers of 2 between 8 and 2048 inclusive.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top