Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for elfdynhash (0.16 sec)

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

    	if gotLocalCount == 0 {
    		ctxt.Errorf(0, "internal error: elfsetupplt has not been called")
    	}
    	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.
    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