Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx1

432       unsigned int shndx1 = 0;
436 shndx1 = this->lookup_reloc(offset, &start);
441 if (shndx1 == 0 && start == 0 && end == 0)
447 if (shndx1 == 0 && start == -1)
449 else if (shndx1 == shndx2)
451 if (shndx1 == 0 || object->is_section_included(shndx1))
452 ranges->add(shndx1, base + start, base + end);