Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ET_NONE (0.1 sec)

  1. src/debug/elf/elf.go

    func (i OSABI) GoString() string { return stringName(uint32(i), osabiStrings, true) }
    
    // Type is found in Header.Type.
    type Type uint16
    
    const (
    	ET_NONE   Type = 0      /* Unknown type. */
    	ET_REL    Type = 1      /* Relocatable. */
    	ET_EXEC   Type = 2      /* Executable. */
    	ET_DYN    Type = 3      /* Shared object. */
    	ET_CORE   Type = 4      /* Core file. */
    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