Searched refs:AUX_GET_WIDTH (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Decoff.h255 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoff.c1240 bitsize = AUX_GET_WIDTH (bigendian, &aux_ptr[indx++]);
1264 AUX_GET_WIDTH (bigendian, &aux_ptr[indx+4]);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c1533 int width = AUX_GET_WIDTH (bigend, ax);
1817 rf = AUX_GET_WIDTH (bigend, ax); /* bit size of array element */

Completed in 84 milliseconds