Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SectionIndex (0.24 sec)

  1. src/cmd/link/internal/ld/elf.go

    /* For accessing the fields of st_other. */
    
    /*
     * ELF header.
     */
    type ElfEhdr elf.Header64
    
    /*
     * Section header.
     */
    type ElfShdr struct {
    	elf.Section64
    	shnum elf.SectionIndex
    }
    
    /*
     * Program header.
     */
    type ElfPhdr elf.ProgHeader
    
    /* For accessing the fields of r_info. */
    
    /* For constructing r_info from field values. */
    
    /*
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top