Home
last modified time | relevance | path

Searched defs:Mips_abiflags (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dmips.cc967 struct Mips_abiflags struct
969 typedef typename elfcpp::Swap<8, big_endian>::Valtype Valtype8;
970 typedef typename elfcpp::Swap<16, big_endian>::Valtype Valtype16;
971 typedef typename elfcpp::Swap<32, big_endian>::Valtype Valtype32;
973 Mips_abiflags() in Mips_abiflags() function
979 Valtype16 version;
981 Valtype8 isa_level;
983 Valtype8 isa_rev;
985 Valtype8 gpr_size;
987 Valtype8 cpr1_size;
[all …]