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

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dtpcom.c56 char *pe_file; /* elf member name */ member in struct:__anon1676
137 print_comment(pep->pe_elf, pep->pe_file);
150 pep->pe_file, elf_errmsg(0));
155 _pep->pe_file = malloc(strlen(pep->pe_file) +
157 (void) sprintf(_pep->pe_file,
158 "%s(%s)", pep->pe_file, arhdr->ar_name);
175 pep->pe_file, elf_kind(pep->pe_elf));
182 free(pep->pe_file);
244 pep->pe_file
[all...]

Completed in 43 milliseconds