Home | History | Annotate | Download | only in ld

Lines Matching refs:shoff

356 	shoff     uint64
510 ehdr.shoff = ELF64HDRSIZE /* Will move as we add PHeaders */
537 ehdr.shoff = ELF32HDRSIZE /* Will move as we add PHeaders */
663 ehdr.shoff += ELF64PHDRSIZE
665 ehdr.shoff += ELF32PHDRSIZE
695 out.Write64(ehdr.shoff)
713 out.Write32(uint32(ehdr.shoff))