Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Decoff.h259 #define AUX_PUT_ANY(bigend, val, ax, field) \ macro
265 AUX_PUT_ANY ((bigend), (val), (ax), a_dnLow)
267 AUX_PUT_ANY ((bigend), (val), (ax), a_dnHigh)
269 AUX_PUT_ANY ((bigend), (val), (ax), a_isym)
271 AUX_PUT_ANY ((bigend), (val), (ax), a_iss)
273 AUX_PUT_ANY ((bigend), (val), (ax), a_width)
275 AUX_PUT_ANY ((bigend), (val), (ax), a_count)
DChangeLog-9103906 * ecoff.h (AUX_PUT_ANY): Cast val argument to bfd_vma.
913 * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect further
1024 * ecoff-ext.h (AUX_PUT_ANY): Don't use void values in branches of