Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for shstrndx (0.13 sec)

  1. src/runtime/vdso_elf64.go

    	e_phnum     uint16           /* Program header table entry count */
    	e_shentsize uint16           /* Section header table entry size */
    	e_shnum     uint16           /* Section header table entry count */
    	e_shstrndx  uint16           /* Section header string table index */
    }
    
    type elfPhdr struct {
    	p_type   uint32 /* Segment type */
    	p_flags  uint32 /* Segment flags */
    	p_offset uint64 /* Segment file offset */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 19:32:35 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  2. src/runtime/vdso_elf32.go

    	e_phnum     uint16           /* Program header table entry count */
    	e_shentsize uint16           /* Section header table entry size */
    	e_shnum     uint16           /* Section header table entry count */
    	e_shstrndx  uint16           /* Section header string table index */
    }
    
    type elfPhdr struct {
    	p_type   uint32 /* Segment type */
    	p_offset uint32 /* Segment file offset */
    	p_vaddr  uint32 /* Segment virtual address */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 2.8K bytes
    - Viewed (0)
Back to top