Searched refs:bytescount (Results 1 – 1 of 1) sorted by relevance
653 size_t bytescount = 0; in get_relocation_entries() local659 bytescount = (*nrelas) * sizeof(struct Dwarf_Elf_Rela); in get_relocation_entries()660 *relas = malloc(bytescount); in get_relocation_entries()665 memset(*relas,0,bytescount); in get_relocation_entries()