HomeSort by: relevance | last modified time | path
    Searched defs:_RF_B (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/sparc/
kobj_machdep.c 58 #define _RF_B 0x08000000 /* Load address relative */
85 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* RELATIVE */
101 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
  /src/sys/arch/sparc64/sparc64/
kobj_machdep.c 63 #define _RF_B 0x08000000 /* Load address relative */
90 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
145 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
  /src/libexec/ld.elf_so/arch/sparc/
mdreloc.c 76 #define _RF_B 0x08000000 /* Load address relative */
103 _RF_A| _RF_B| _RF_SZ(32) | _RF_RS(0), /* RELATIVE */
136 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)
  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 77 #define _RF_B 0x08000000 /* Load address relative */
104 _RF_A| _RF_B| _RF_SZ(64) | _RF_RS(0), /* RELATIVE */
166 #define RELOC_BASE_RELATIVE(t) ((reloc_target_flags[t] & _RF_B) != 0)

Completed in 16 milliseconds