HomeSort by relevance Sort by last modified time
    Searched refs:zshdr (Results 1 - 2 of 2) sorted by null

  /external/elfutils/tests/
elfstrmerge.c 401 GElf_Shdr *zshdr = gelf_getshdr (zscn, &zshdr_mem); local
402 if (zshdr == NULL)
404 zshdr->sh_link = strtabndx;
405 if (gelf_update_shdr (zscn, zshdr) == 0)
  /external/elfutils/src/
elfcompress.c 185 GElf_Shdr *zshdr = gelf_getshdr (zscn, &zshdr_mem); local
186 if (zshdr == NULL)
188 zshdr->sh_link = ndx;
189 if (gelf_update_shdr (zscn, zshdr) == 0)
    [all...]

Completed in 2583 milliseconds