Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for DT_JMPREL (0.26 sec)

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

    		if ctxt.IsPPC64() {
    			Elfwritedynent(ctxt.Arch, dynamic, elf.DT_PPC64_OPT, 0)
    		}
    
    		// Solaris dynamic linker can't handle an empty .rela.plt if
    		// DT_JMPREL is emitted so we have to defer generation of elf.DT_PLTREL,
    		// DT_PLTRELSZ, and elf.DT_JMPREL dynamic entries until after we know the
    		// size of .rel(a).plt section.
    
    		Elfwritedynent(ctxt.Arch, dynamic, elf.DT_DEBUG, 0)
    	}
    
    	if ctxt.IsShared() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	DT_PLTREL       DynTag = 20 /* Type of relocation used for PLT. */
    	DT_DEBUG        DynTag = 21 /* Reserved (not used). */
    	DT_TEXTREL      DynTag = 22 /* Indicates there may be relocations in non-writable segments. [sup] */
    	DT_JMPREL       DynTag = 23 /* Address of PLT relocations. */
    	DT_BIND_NOW     DynTag = 24 /* [sup] */
    	DT_INIT_ARRAY   DynTag = 25 /* Address of the array of pointers to initialization functions */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DT_HASH", Const, 0},
    		{"DT_HIOS", Const, 0},
    		{"DT_HIPROC", Const, 0},
    		{"DT_INIT", Const, 0},
    		{"DT_INIT_ARRAY", Const, 0},
    		{"DT_INIT_ARRAYSZ", Const, 0},
    		{"DT_JMPREL", Const, 0},
    		{"DT_LOOS", Const, 0},
    		{"DT_LOPROC", Const, 0},
    		{"DT_MIPS_AUX_DYNAMIC", Const, 16},
    		{"DT_MIPS_BASE_ADDRESS", Const, 16},
    		{"DT_MIPS_COMPACT_SIZE", Const, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg debug/elf, const DT_HIOS DynTag
    pkg debug/elf, const DT_HIPROC DynTag
    pkg debug/elf, const DT_INIT DynTag
    pkg debug/elf, const DT_INIT_ARRAY DynTag
    pkg debug/elf, const DT_INIT_ARRAYSZ DynTag
    pkg debug/elf, const DT_JMPREL DynTag
    pkg debug/elf, const DT_LOOS DynTag
    pkg debug/elf, const DT_LOPROC DynTag
    pkg debug/elf, const DT_NEEDED DynTag
    pkg debug/elf, const DT_NULL DynTag
    pkg debug/elf, const DT_PLTGOT DynTag
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg debug/elf, const DT_HIOS = 1879044096
    pkg debug/elf, const DT_HIPROC = 2147483647
    pkg debug/elf, const DT_INIT = 12
    pkg debug/elf, const DT_INIT_ARRAY = 25
    pkg debug/elf, const DT_INIT_ARRAYSZ = 27
    pkg debug/elf, const DT_JMPREL = 23
    pkg debug/elf, const DT_LOOS = 1610612749
    pkg debug/elf, const DT_LOPROC = 1879048192
    pkg debug/elf, const DT_NEEDED = 1
    pkg debug/elf, const DT_NULL = 0
    pkg debug/elf, const DT_PLTGOT = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top