Home
last modified time | relevance | path

Searched refs:relr_alloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf64-ppc.c3281 size_t relr_alloc; member
13509 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf64-ppc.c3280 size_t relr_alloc; member
13485 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()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git147020 (struct ppc_link_hash_table): Add relr_alloc, relr_count and