Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PT_S390_PGSTE (0.18 sec)

  1. src/debug/elf/elf.go

    	PT_MIPS_RTPROC   ProgType = 0x70000001 /* Runtime procedures */
    	PT_MIPS_OPTIONS  ProgType = 0x70000002 /* Options */
    	PT_MIPS_ABIFLAGS ProgType = 0x70000003 /* ABI flags */
    
    	PT_S390_PGSTE ProgType = 0x70000000 /* 4k page table size */
    
    	PT_HIPROC ProgType = 0x7fffffff /* Last processor-specific type. */
    )
    
    var ptStrings = []intName{
    	{0, "PT_NULL"},
    	{1, "PT_LOAD"},
    	{2, "PT_DYNAMIC"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top