Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddPEImageRelativeAddrPlus (0.17 sec)

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

    			}
    		}
    
    		// Reference:
    		// https://learn.microsoft.com/en-us/cpp/build/exception-handling-x64#struct-runtime_function
    		pdata.AddPEImageRelativeAddrPlus(ctxt.Arch, s, 0)
    		pdata.AddPEImageRelativeAddrPlus(ctxt.Arch, s, ldr.SymSize(s))
    		pdata.AddPEImageRelativeAddrPlus(ctxt.Arch, xdata.Sym(), off)
    	}
    	sehp.pdata = append(sehp.pdata, pdata.Sym())
    	sehp.xdata = append(sehp.xdata, xdata.Sym())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:01:27 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top