Searched refs:nsym_allocated (Results 1 – 1 of 1) sorted by relevance
4316 size_t nsym_allocated; in ld_generic_create_outfile() local4354 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()4357 nsym_allocated); in ld_generic_create_outfile()4378 nsym_allocated); in ld_generic_create_outfile()4405 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()4408 nsym_allocated); in ld_generic_create_outfile()4420 symstrent = (struct Ebl_Strent **) xcalloc (nsym_allocated, in ld_generic_create_outfile()4728 assert (nsym < nsym_allocated); in ld_generic_create_outfile()5154 ndxtosym = (struct symbol **) xcalloc (nsym_allocated, in ld_generic_create_outfile()5160 assert (nsym < nsym_allocated); in ld_generic_create_outfile()[all …]