Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readelfsymboldata (0.26 sec)

  1. src/cmd/link/internal/ld/lib.go

    	if libfp != srcfp {
    		Exitf("fingerprint mismatch: %s has %x, import from %s expecting %x", lib, libfp, src, srcfp)
    	}
    }
    
    func readelfsymboldata(ctxt *Link, f *elf.File, sym *elf.Symbol) []byte {
    	data := make([]byte, sym.Size)
    	sect := f.Sections[sym.Section]
    	if sect.Type != elf.SHT_PROGBITS && sect.Type != elf.SHT_NOTE {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top