Home
last modified time | relevance | path

Searched refs:AUX_GET_DNHIGH (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/binutils/include/coff/
Decoff.h252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh) macro
/freebsd-9-stable/contrib/gdb/gdb/
Dmdebugread.c1704 TYPE_FIELD_BITPOS (tp, 1) = AUX_GET_DNHIGH (bigend, ax); in parse_type()
1808 upper = AUX_GET_DNHIGH (bigend, ax); in upgrade_type()
/freebsd-9-stable/contrib/binutils/bfd/
Decoff.c1259 AUX_GET_DNHIGH (bigendian, &aux_ptr[indx+3]); in ecoff_type_to_string()