Searched refs:relr_alloc (Results 1 – 3 of 3) sorted by relevance
3281 size_t relr_alloc; member13509 if (htab->relr_count >= htab->relr_alloc) in append_relr_off()13511 if (htab->relr_alloc == 0) in append_relr_off()13512 htab->relr_alloc = 4096; in append_relr_off()13514 htab->relr_alloc *= 2; in append_relr_off()13516 htab->relr_alloc * sizeof (*htab->relr)); in append_relr_off()
3280 size_t relr_alloc; member13485 if (htab->relr_count >= htab->relr_alloc) in append_relr_off()13487 if (htab->relr_alloc == 0) in append_relr_off()13488 htab->relr_alloc = 4096; in append_relr_off()13490 htab->relr_alloc *= 2; in append_relr_off()13492 htab->relr_alloc * sizeof (*htab->relr)); in append_relr_off()
147020 (struct ppc_link_hash_table): Add relr_alloc, relr_count and