Lines Matching defs:chain
2045 ERROR (_("section [%2d] '%s': chain array too large\n"),
2070 section [%2d] '%s': hash chain reference %zu out of bounds\n"),
2102 ERROR (_("section [%2d] '%s': chain array too large\n"),
2127 section [%2d] '%s': hash chain reference %" PRIu64 " out of bounds\n"),
2162 /* Is there still room for the sym chain?
2211 section [%2d] '%s': hash chain for bucket %zu lower than symbol index bias\n"),
2232 section [%2d] '%s': symbol %u referenced in chain for bucket %zu is undefined\n"),
2245 section [%2d] '%s': hash value for symbol %u in chain for bucket %zu wrong\n"),
2254 section [%2d] '%s': mask index for symbol %u in chain for bucket %zu wrong\n"),
2284 section [%2d] '%s': hash chain for bucket %zu out of bounds\n"),
2289 section [%2d] '%s': symbol reference in chain for bucket %zu out of bounds\n"),
2505 const Elf32_Word *chain = &hasharr[2 + nbucket];
2513 symidx = chain[symidx];
2542 const Elf64_Xword *chain = &hasharr[2 + nbucket];
2550 symidx = chain[symidx];