Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AL0 (0.01 sec)

  1. src/internal/xcoff/xcoff.go

    	R_TCL  = 0x06 // A(local TOC of sym) Local object TOC address
    	R_RL   = 0x0C // A(sym) Pos indirect load. modifiable instruction
    	R_RLA  = 0x0D // A(sym) Pos Load Address. modifiable instruction
    	R_REF  = 0x0F // AL0(sym) Non relocating ref. No garbage collect
    	R_BA   = 0x08 // A(sym) Branch absolute. Cannot modify instruction
    	R_RBA  = 0x18 // A(sym) Branch absolute. modifiable instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 20:36:37 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/xcoff.go

    	XCOFF_R_RL   = 0x0C // A(sym) Pos indirect load. modifiable instruction
    	XCOFF_R_RLA  = 0x0D // A(sym) Pos Load Address. modifiable instruction
    	XCOFF_R_REF  = 0x0F // AL0(sym) Non relocating ref. No garbage collect
    	XCOFF_R_BA   = 0x08 // A(sym) Branch absolute. Cannot modify instruction
    	XCOFF_R_RBA  = 0x18 // A(sym) Branch absolute. modifiable instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
Back to top