Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SHN_LORESERVE (0.07 sec)

  1. src/debug/elf/file.go

    			return nil, &FormatError{shoff, "invalid type of the initial section", SectionType(typ)}
    		}
    
    		if shnum < int(SHN_LORESERVE) {
    			return nil, &FormatError{shoff, "invalid ELF shnum contained in sh_size", shnum}
    		}
    
    		// If the section name string table section index is greater than or
    		// equal to SHN_LORESERVE (0xff00), this member has the value
    		// SHN_XINDEX (0xffff) and the actual index of the section name
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:49:58 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top