Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ARM_MAGIC_TRAMP_NUMBER (0.16 sec)

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

    	nNamesz uint32
    	nDescsz uint32
    	nType   uint32
    }
    
    /* For accessing the fields of r_info. */
    
    /* For constructing r_info from field values. */
    
    /*
     * Relocation types.
     */
    const (
    	ARM_MAGIC_TRAMP_NUMBER = 0x5c000003
    )
    
    /*
     * Symbol table entries.
     */
    
    /* For accessing the fields of st_info. */
    
    /* For constructing st_info from field values. */
    
    /* For accessing the fields of st_other. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    func (i R_SPARC) GoString() string { return stringName(uint32(i), rsparcStrings, true) }
    
    // Magic number for the elf trampoline, chosen wisely to be an immediate value.
    const ARM_MAGIC_TRAMP_NUMBER = 0x5c000003
    
    // ELF32 File header.
    type Header32 struct {
    	Ident     [EI_NIDENT]byte /* File identification. */
    	Type      uint16          /* File type. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(SymVis).String", Method, 0},
    		{"(Type).GoString", Method, 0},
    		{"(Type).String", Method, 0},
    		{"(Version).GoString", Method, 0},
    		{"(Version).String", Method, 0},
    		{"ARM_MAGIC_TRAMP_NUMBER", Const, 0},
    		{"COMPRESS_HIOS", Const, 6},
    		{"COMPRESS_HIPROC", Const, 6},
    		{"COMPRESS_LOOS", Const, 6},
    		{"COMPRESS_LOPROC", Const, 6},
    		{"COMPRESS_ZLIB", Const, 6},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top