Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PutAbstractFunc (0.21 sec)

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

    // DIE (as a space-saving measure, so that name/type etc doesn't have
    // to be repeated for each inlined copy).
    func PutAbstractFunc(ctxt Context, s *FnState) error {
    	if logDwarf {
    		ctxt.Logf("PutAbstractFunc(%v)\n", s.Absfn)
    	}
    
    	abbrev := DW_ABRV_FUNCTION_ABSTRACT
    	Uleb128put(ctxt, s.Absfn, int64(abbrev))
    
    	fullname := s.Name
    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