Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c653 size_t bytescount = 0; in get_relocation_entries() local
659 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()