Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ARM_MAGIC_TRAMP_NUMBER (0.78 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)
  4. api/go1.txt

    pkg debug/dwarf, type UintType struct
    pkg debug/dwarf, type UintType struct, embedded BasicType
    pkg debug/dwarf, type VoidType struct
    pkg debug/dwarf, type VoidType struct, embedded CommonType
    pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER ideal-int
    pkg debug/elf, const DF_BIND_NOW DynFlag
    pkg debug/elf, const DF_ORIGIN DynFlag
    pkg debug/elf, const DF_STATIC_TLS DynFlag
    pkg debug/elf, const DF_SYMBOLIC DynFlag
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg debug/dwarf, const TagVariant = 25
    pkg debug/dwarf, const TagVariantPart = 51
    pkg debug/dwarf, const TagVolatileType = 53
    pkg debug/dwarf, const TagWithStmt = 34
    pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER = 1543503875
    pkg debug/elf, const DF_BIND_NOW = 8
    pkg debug/elf, const DF_ORIGIN = 1
    pkg debug/elf, const DF_STATIC_TLS = 16
    pkg debug/elf, const DF_SYMBOLIC = 2
    pkg debug/elf, const DF_TEXTREL = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top