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

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c152 #define _BM(x) (~(-(1ULL << (x)))) macro
154 _BM(8), _BM(16), _BM(32), /* RELOC_8, _16, _32 */
155 _BM(8), _BM(16), _BM(32), /* DISP8, DISP16, DISP32 */
156 _BM(30), _BM(22), /* WDISP30, WDISP22 */
157 _BM(2
177 #undef _BM macro
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dkobj_machdep.c108 #define _BM(x) (~(-(1ULL << (x)))) macro
110 _BM(8), _BM(16), _BM(32), /* RELOC_8, _16, _32 */
111 _BM(8), _BM(16), _BM(32), /* DISP8, DISP16, DISP32 */
112 _BM(30), _BM(22), /* WDISP30, WDISP22 */
113 _BM(2
120 #undef _BM macro
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c163 #define _BM(x) (~(-(1ULL << (x)))) macro
165 _BM(8), _BM(16), _BM(32), /* RELOC_8, _16, _32 */
166 _BM(8), _BM(16), _BM(32), /* DISP8, DISP16, DISP32 */
167 _BM(30), _BM(22), /* WDISP30, WDISP22 */
168 _BM(2
188 #undef _BM macro
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/sparc/
H A Dmdreloc.c133 #define _BM(x) (~(-(1ULL << (x)))) macro
135 _BM(8), _BM(16), _BM(32), /* RELOC_8, _16, _32 */
136 _BM(8), _BM(16), _BM(32), /* DISP8, DISP16, DISP32 */
137 _BM(30), _BM(22), /* WDISP30, WDISP22 */
138 _BM(2
145 #undef _BM macro
[all...]

Completed in 63 milliseconds