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

/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c152 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
156 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* 8 */
157 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* 16 */
158 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 32 */
159 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
160 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
161 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
162 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
163 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
164 _RF_S|_RF_A|_RF_X| _RF_SZ(3
[all...]
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c72 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
76 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* 8 */
77 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* 16 */
78 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 32 */
79 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
80 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
81 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
82 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
83 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
84 _RF_S|_RF_A|_RF_X| _RF_SZ(3
[all...]

Completed in 56 milliseconds