Home | History | Annotate | Download | only in gdb

Lines Matching defs:abi_features

1780   struct loongarch_gdbarch_features abi_features
1783 /* If the ABI_FEATURES xlen or fputype is 0 then this indicates we got
1786 if (abi_features.xlen == 0)
1790 features.fputype = abi_features.fputype;
1791 abi_features = features;
1793 if (abi_features.fputype == 0)
1795 features.xlen = abi_features.xlen;
1797 abi_features = features;
1811 if (candidate_tdep->abi_features != abi_features)
1825 tdep->abi_features = abi_features;