Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ET_HIOS (0.09 sec)

  1. src/debug/elf/elf.go

    	ET_HIOS   Type = 0xfeff /* Last operating system-specific. */
    	ET_LOPROC Type = 0xff00 /* First processor-specific. */
    	ET_HIPROC Type = 0xffff /* Last processor-specific. */
    )
    
    var typeStrings = []intName{
    	{0, "ET_NONE"},
    	{1, "ET_REL"},
    	{2, "ET_EXEC"},
    	{3, "ET_DYN"},
    	{4, "ET_CORE"},
    	{0xfe00, "ET_LOOS"},
    	{0xfeff, "ET_HIOS"},
    	{0xff00, "ET_LOPROC"},
    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