Home | History | Annotate | Download | only in gold

Lines Matching full:shndx

211       for (unsigned int shndx = 0; shndx < nsections; ++shndx)
214 input_file.get_input_section(shndx));
215 printf(" %3d %6d %8lld %8lld %s\n", shndx + 1,
294 "outndx", "shndx", "offset", "chain", "#relocs", "rbase");
329 info.shndx() == -1U ? -1 : info.shndx(),
334 (info.shndx() == -1U
336 : info.shndx() == 0 ? "UNDEF" : "DEF"),
370 printf(" %4d relocation type %3d shndx %2d"