Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openMachOCommon (0.64 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    		if err != nil {
    			return nil, fmt.Errorf("error reading PE file %s: %v", name, err)
    		}
    		return f, nil
    	}
    
    	return nil, fmt.Errorf("unrecognized binary format: %s", name)
    }
    
    func (b *binrep) openMachOCommon(name string, of *macho.File, start, limit, offset uint64) (plugin.ObjFile, error) {
    
    	// Subtract the load address of the __TEXT section. Usually 0 for shared
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top