HomeSort by relevance Sort by last modified time
    Searched refs:shndx1 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 432 unsigned int shndx1 = 0; local
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);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 7155 unsigned int shndx1, shndx2; local
    [all...]

Completed in 3381 milliseconds