Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c90 GElf_Ehdr ehdr, tehdr; in delete_comment() local
187 if (gelf_getehdr(telf, &tehdr) == NULL) { in delete_comment()
266 tehdr = ehdr; in delete_comment()
268 tehdr.e_shstrndx = shndx[shstrndx]; in delete_comment()
289 tehdr.e_shstrndx = SHN_XINDEX; in delete_comment()
293 (void) gelf_update_ehdr(telf, &tehdr); in delete_comment()