Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fmtStr (0.27 sec)

  1. tests/integration/security/authz_test.go

    				})).
    				BuildAll(nil, to).
    				Apply()
    			newTrafficTest(t, to.Instances()).
    				RunViaIngress(func(t framework.TestContext, from ingress.Instance, to echo.Target) {
    					host := func(fmtStr string) string {
    						return fmt.Sprintf(fmtStr, to.Config().Service)
    					}
    					cases := []struct {
    						host  string
    						path  string
    						ip    string
    						allow allowValue
    					}{
    						{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ppc64/asm.go

    			// Handle objects compiled with -fno-plt. Rewrite local calls to avoid indirect calling.
    			// These are 0 sized relocs. They mark the mtctr r12, or bctrl + ld r2,24(r1).
    			case objabi.ElfRelocOffset + objabi.RelocType(elf.R_PPC64_PLTSEQ):
    				if ldr.SymType(r.Sym()) == sym.STEXT {
    					// This should be an mtctr instruction. Turn it into a nop.
    					su := ldr.MakeSymbolUpdater(s)
    					const MASK_OP_MTCTR = 63<<26 | 0x3FF<<11 | 0x1FF<<1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top