Home | History | Annotate | Download | only in src

Lines Matching refs:GElf_Versym

501 	assert (sizeof (Elf32_Versym) == sizeof (GElf_Versym));
502 assert (sizeof (Elf64_Versym) == sizeof (GElf_Versym));
503 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
507 GElf_Versym *v = gelf_getversym (data, i, &versym[map[i - 1]]);