Searched defs:strdata (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/src/
H A Dunstrip.c759 Elf_Data *strdata = elf_getdata (strscn, NULL);
772 if (sym->st_name >= strdata->d_size)
778 s->name = strdata->d_buf + sym->st_name;
757 Elf_Data *strdata = elf_getdata (strscn, NULL); local

Completed in 95 milliseconds