Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for STT_SRELC (2.17 sec)

  1. doc/next/6-stdlib/99-minor/debug/elf/66836.md

    Now defines the symbol type constants [STT_RELC], [STT_SRELC], and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 84 bytes
    - Viewed (0)
  2. api/go1.23.txt

    pkg debug/elf, const STT_GNU_IFUNC = 10 #66836
    pkg debug/elf, const STT_GNU_IFUNC SymType #66836
    pkg debug/elf, const STT_RELC = 8 #66836
    pkg debug/elf, const STT_RELC SymType #66836
    pkg debug/elf, const STT_SRELC = 9 #66836
    pkg debug/elf, const STT_SRELC SymType #66836
    pkg encoding/binary, func Append([]uint8, ByteOrder, interface{}) ([]uint8, error) #60023
    pkg encoding/binary, func Decode([]uint8, ByteOrder, interface{}) (int, error) #60023
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 20:48:49 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    	STT_HIPROC  SymType = 15 /*   specific semantics. */
    
    	/* Non-standard symbol types. */
    	STT_RELC      SymType = 8  /* Complex relocation expression. */
    	STT_SRELC     SymType = 9  /* Signed complex relocation expression. */
    	STT_GNU_IFUNC SymType = 10 /* Indirect code object. */
    )
    
    var sttStrings = []intName{
    	{0, "STT_NOTYPE"},
    	{1, "STT_OBJECT"},
    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