Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sparc64/sparc64/
Delf_machdep.c153 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
157 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* 8 */
158 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* 16 */
159 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 32 */
160 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
161 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
162 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
163 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
164 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
165 _RF_S|_RF_A|_RF_X| _RF_SZ(32) | _RF_RS(10), /* HI22 */
[all …]
/freebsd-12-stable/libexec/rtld-elf/sparc64/
Dreloc.c74 #define _RF_SZ(s) (((s) & 0xff) << 8) /* memory target size */ macro
78 _RF_S|_RF_A| _RF_SZ(8) | _RF_RS(0), /* 8 */
79 _RF_S|_RF_A| _RF_SZ(16) | _RF_RS(0), /* 16 */
80 _RF_S|_RF_A| _RF_SZ(32) | _RF_RS(0), /* 32 */
81 _RF_S|_RF_A|_RF_P| _RF_SZ(8) | _RF_RS(0), /* DISP_8 */
82 _RF_S|_RF_A|_RF_P| _RF_SZ(16) | _RF_RS(0), /* DISP_16 */
83 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(0), /* DISP_32 */
84 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_30 */
85 _RF_S|_RF_A|_RF_P| _RF_SZ(32) | _RF_RS(2), /* WDISP_22 */
86 _RF_S|_RF_A|_RF_X| _RF_SZ(32) | _RF_RS(10), /* HI22 */
[all …]