Home | History | Annotate | Download | only in gold

Lines Matching refs:got_type

1463     unsigned int got_type)
1465 if (gsym->has_got_offset(got_type))
1469 gsym->set_got_offset(got_type, got_offset);
1478 unsigned int got_type)
1480 if (gsym->has_got_offset(got_type))
1484 gsym->set_got_offset(got_type, got_offset);
1495 unsigned int got_type,
1499 if (gsym->has_got_offset(got_type))
1503 gsym->set_got_offset(got_type, got_offset);
1514 unsigned int got_type,
1519 if (gsym->has_got_offset(got_type))
1523 gsym->set_got_offset(got_type, got_offset);
1540 unsigned int got_type)
1542 if (object->local_has_got_offset(symndx, got_type))
1547 object->set_local_got_offset(symndx, got_type, got_offset);
1558 unsigned int got_type)
1560 if (object->local_has_got_offset(symndx, got_type))
1565 object->set_local_got_offset(symndx, got_type, got_offset);
1577 unsigned int got_type,
1581 if (object->local_has_got_offset(symndx, got_type))
1585 object->set_local_got_offset(symndx, got_type, got_offset);
1600 unsigned int got_type,
1604 if (object->local_has_got_offset(symndx, got_type))
1610 object->set_local_got_offset(symndx, got_type, got_offset);
1624 unsigned int got_type,
1628 if (object->local_has_got_offset(symndx, got_type))
1634 object->set_local_got_offset(symndx, got_type, got_offset);
1646 unsigned int got_type)
1649 object->set_local_got_offset(sym_index, got_type, this->got_offset(i));
1659 unsigned int got_type)
1662 gsym->set_got_offset(got_type, this->got_offset(i));