Searched refs:_RF_SZ (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c65 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
69 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* RELOC_8 */
70 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* RELOC_16 */
71 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* RELOC_32 */
72 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
73 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
74 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
75 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
76 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
77 _RF_S|_RF_A| _RF_SZ(3
[all...]
/netbsd-current/sys/arch/sparc/sparc/
H A Dkobj_machdep.c60 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
64 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* RELOC_8 */
65 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* RELOC_16 */
66 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* RELOC_32 */
67 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
68 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
69 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
70 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
71 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
72 _RF_S|_RF_A| _RF_SZ(3
[all...]
/netbsd-current/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c70 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
74 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* RELOC_8 */
75 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* RELOC_16 */
76 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* RELOC_32 */
77 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
78 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
79 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
80 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
81 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
82 _RF_S|_RF_A| _RF_SZ(3
[all...]
/netbsd-current/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c69 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
73 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* RELOC_8 */
74 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* RELOC_16 */
75 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* RELOC_32 */
76 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
77 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
78 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
79 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
80 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
81 _RF_S|_RF_A| _RF_SZ(3
[all...]

Completed in 98 milliseconds