Home | History | Annotate | Download | only in gold

Lines Matching refs:is_newabi

1759   is_newabi() const
1884 { return this->is_newabi() ? ".MIPS.options" : ".options"; }
10965 bool gp_disp_against_hi16 = (!mips_obj->is_newabi()
11184 if (!mips_obj->is_newabi() && strcmp(gsym->name(), "_gp_disp") == 0)
11441 && !object->is_newabi());