Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/coff/
H A Decoff.h251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dmdebugread.c1700 TYPE_FIELD_BITPOS (tp, 0) = AUX_GET_DNLOW (bigend, ax); in parse_type()
1806 lower = AUX_GET_DNLOW (bigend, ax); in upgrade_type()
/freebsd-12.1/contrib/binutils/bfd/
H A Decoff.c1257 AUX_GET_DNLOW (bigendian, &aux_ptr[indx+2]); in ecoff_type_to_string()