Searched refs:AUX_GET_WIDTH (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | ecoff.h | 253 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | ecoff.h | 255 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) macro
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | mdebugread.c | 1517 int width = AUX_GET_WIDTH (bigend, ax); in parse_type() 1801 rf = AUX_GET_WIDTH (bigend, ax); /* bit size of array element */ in upgrade_type()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | ecoff.c | 1238 bitsize = AUX_GET_WIDTH (bigendian, &aux_ptr[indx++]); in ecoff_type_to_string() 1262 AUX_GET_WIDTH (bigendian, &aux_ptr[indx+4]); in ecoff_type_to_string()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecoff.c | 1350 bitsize = AUX_GET_WIDTH (bigendian, &aux_ptr[indx++]); 1374 AUX_GET_WIDTH (bigendian, &aux_ptr[indx+4]);
|