Searched refs:AUX_PUT_ANY (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/binutils/include/coff/ |
| D | ecoff.h | 258 #define AUX_PUT_ANY(bigend, val, ax, field) \ macro 264 AUX_PUT_ANY ((bigend), (val), (ax), a_dnLow) 266 AUX_PUT_ANY ((bigend), (val), (ax), a_dnHigh) 268 AUX_PUT_ANY ((bigend), (val), (ax), a_isym) 270 AUX_PUT_ANY ((bigend), (val), (ax), a_iss) 272 AUX_PUT_ANY ((bigend), (val), (ax), a_width) 274 AUX_PUT_ANY ((bigend), (val), (ax), a_count)
|