Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for LAY (0.15 sec)

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

    	} else if target.IsDarwin() {
    		leg := ldr.MakeSymbolUpdater(syms.LinkEditGOT)
    		leg.AddUint32(target.Arch, uint32(ldr.SymDynid(s)))
    		if target.IsPIE() && target.IsInternal() {
    			// Mach-O relocations are a royal pain to lay out.
    			// They use a compact stateful bytecode representation.
    			// Here we record what are needed and encode them later.
    			MachoAddBind(int64(ldr.SymGot(s)), s)
    		}
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/asm5.go

    				continue
    			}
    		}
    
    		c.cursym.Size = int64(pc)
    		if bflag == 0 {
    			break
    		}
    	}
    
    	if pc%4 != 0 {
    		ctxt.Diag("sym->size=%d, invalid", pc)
    	}
    
    	/*
    	 * lay out the code.  all the pc-relative code references,
    	 * even cross-function, are resolved now;
    	 * only data references need to be relocated.
    	 * with more work we could leave cross-function
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    //	        {Yrl, Ynone, Yml, Zr_m, 1},
    //	        {Yml, Ynone, Yrl, Zm_r, 1},
    //	}
    //
    // so there are 5 possible types of ADDL instruction that can be laid down, and
    // possible states used to lay them down (Ztype and z pointer, assuming z
    // points at opBytes{0x83, 00, 0x05,0x81, 00, 0x01, 0x03}) are:
    //
    //	Yi8, Yml -> Zibo_m, z (0x83, 00)
    //	Yi32, Yax -> Zil_, z+2 (0x05)
    //	Yi32, Yml -> Zilo_m, z+2+1 (0x81, 0x00)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm64/asm7.go

    				default:
    					c.ctxt.Diag("zero-width instruction\n%v", p)
    				}
    			}
    
    			pc += int64(m)
    		}
    	}
    
    	pc += -pc & (funcAlign - 1)
    	c.cursym.Size = pc
    
    	/*
    	 * lay out the code, emitting code and data relocations.
    	 */
    	c.cursym.Grow(c.cursym.Size)
    	bp := c.cursym.P
    	psz := int32(0)
    	var i int
    	var out [6]uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  5. src/regexp/testdata/re2-exhaustive.txt.bz2

    ��;Ou�c�9��[s]�s�����WK�ә۷5w3�����}�e{�O4�I�hW�{f�mn�5���z���/���Jc%K.�����m&�U��tf��5^�3 s�9��kMv�0�A�V�\y�9��|�aiܹ)}X^4�|t�x�;W�W�ʜ9��6��WmJ��K5����������m�ڕҒ�Upb����m�ƪ���9.��в'��Tl&��.WNr�R�ЏaMB�W���r�Z;R��"Q~�h�����SK4x� ���d�LəY�dq���39eJ���>T�YS�.YI00����b�唬 �hZ�Žڭ�ZZ�6 e�M��7Vl�G��9��a�ԗ,*��6ON���՛m�1������l��-�/#���mܛ���Y!}��%��8���#�N�'��?>g�pq뵊O2S��4;��+2���=ǝ�+ڄ�I�3%�!ё���A��c�r��R֨�YA�^�ZF *3J2 RՂ6>��g��o���[�;m��q�[>ԝL� ���oV^{��������}�z�s\i�...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    parallel Prisms ABC and [Greek: abg] placed at those holes (one at each) refracting those two beams of Light to the opposite Wall of the Chamber, in such manner that the two colour'd Images PT and MN which they there painted were joined end to end and lay in one straight Line, the red end T of the one touching the blue end M of the other. For if these two refracted Beams were again by a third Prism DH placed cross to the two first, refracted sideways, and the Spectrums thereby translated to some other...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    those holes (one at each) refracting those two beams of Light to the
    opposite Wall of the Chamber, in such manner that the two colour'd
    Images PT and MN which they there painted were joined end to end and lay
    in one straight Line, the red end T of the one touching the blue end M
    of the other. For if these two refracted Beams were again by a third
    Prism DH placed cross to the two first, refracted sideways, and the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top