Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/internal/dwarf/dwarf.go

    // when its containing package was compiled (hence there is no need to
    // emit an abstract version for it to use as a base for inlined
    // routine records).
    func PutDefaultFunc(ctxt Context, s *FnState, isWrapper bool) error {
    	if logDwarf {
    		ctxt.Logf("PutDefaultFunc(%v)\n", s.Info)
    	}
    	abbrev := DW_ABRV_FUNCTION
    	if isWrapper {
    		abbrev = DW_ABRV_WRAPPER
    	}
    	Uleb128put(ctxt, s.Info, int64(abbrev))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top