Home | History | Annotate | Download | only in ld

Lines Matching refs:headersize

1412 	headersize := int(Rnd(4+2+4+1+1, int64(SysArch.PtrSize*2))) // don't count unit_length field itself
1425 unitlength := uint32(headersize) + 4*uint32(SysArch.PtrSize) - 4
1433 padding := headersize - (4 + 2 + 4 + 1 + 1)