Searched defs:mips_elf_abiflags_v0 (Results 1 – 1 of 1) sorted by relevance
189 struct mips_elf_abiflags_v0 { struct190 uint16_t version; /* Version of flags structure */191 uint8_t isa_level; /* The level of the ISA: 1-5, 32, 64 */194 uint8_t gpr_size; /* The size of general purpose registers */195 uint8_t cpr1_size; /* The size of co-processor 1 registers */196 uint8_t cpr2_size; /* The size of co-processor 2 registers */197 uint8_t fp_abi; /* The floating-point ABI */198 uint32_t isa_ext; /* Mask of processor-specific extensions */199 uint32_t ases; /* Mask of ASEs used */200 uint32_t flags1; /* Mask of general flags */[all …]
Completed in 7 milliseconds