Searched refs:bytescount (Results 1 – 1 of 1) sorted by relevance
469 size_t bytescount = 0; in get_relocation_entries() local475 bytescount = (*nrelas) * sizeof(struct Dwarf_Elf_Rela); in get_relocation_entries()476 *relas = malloc(bytescount); in get_relocation_entries()481 memset(*relas,0,bytescount); in get_relocation_entries()