Home
last modified time | relevance | path

Searched refs:AUX_GET_ANY (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/coff/
Decoff.h246 #define AUX_GET_ANY(bigend, ax, field) \ macro
249 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow)
250 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh)
251 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym)
252 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss)
253 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width)
254 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count)
DChangeLog-9103896 * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect further
901 * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfd
1012 * ecoff-ext.h (AUX_GET_*): Rewrote to use new macro AUX_GET_ANY.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Decoff.h248 #define AUX_GET_ANY(bigend, ax, field) \ macro
251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow)
252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh)
253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym)
254 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss)
255 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width)
256 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count)
DChangeLog-9103913 * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect further
918 * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfd
1029 * ecoff-ext.h (AUX_GET_*): Rewrote to use new macro AUX_GET_ANY.