Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c91 static char *mips_regmask_frag; variable
3708 mips_regmask_frag = frag_more (sizeof (Elf32_External_RegInfo)); in md_begin()
3732 mips_regmask_frag = frag_more (sizeof (Elf64_External_RegInfo)); in md_begin()
18193 mips_regmask_frag)); in mips_elf_final_processing()
18209 mips_regmask_frag)); in mips_elf_final_processing()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-92953052 (OPTION_CALL_SHARED, OPTION_NON_SHARED, mips_regmask_frag): Define
9049 (mips_regmask_frag): New static variable, if OBJ_ELF.
9051 mips_regmask_frag to a frag.
9053 mips_regmask_frag to register mask information.
DChangeLog-96974425 * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or