Home | History | Annotate | Download | only in gold

Lines Matching refs:is_ordinary

82 	  bool is_ordinary;
83 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
97 bool is_discarded = (is_ordinary
320 bool is_ordinary;
321 shndx = psymval->input_shndx(&is_ordinary);
323 (is_ordinary
581 bool is_ordinary;
582 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
583 if (is_ordinary
697 bool is_ordinary;
699 object->local_symbol_input_shndx(r_sym, &is_ordinary);
700 gold_assert(is_ordinary);