Searched refs:AUX_GET_ANY (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | ecoff.h | 246 #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)
|
| D | ChangeLog-9103 | 896 * 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/ |
| D | ecoff.h | 248 #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)
|
| D | ChangeLog-9103 | 913 * 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.
|