Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DT_NULL (0.13 sec)

  1. src/cmd/link/internal/mips64/asm.go

    	}
    	ld.Elfwritedynent(ctxt.Arch, dynamic, elf.DT_MIPS_LOCAL_GOTNO, gotLocalCount)
    
    	// DT_* entries have to exist prior to elfdynhash(), which finalises the
    	// table by adding DT_NULL. However, the values for the following entries
    	// are not know until after dynreloc() has completed. Add the symbols now,
    	// then update their values prior to code generation.
    	dts := []elf.DynTag{
    		elf.DT_MIPS_SYMTABNO,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
Back to top