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

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c84 Elf *dt_elf; /* libelf handle */ member in struct:dis_tgt
252 for (scn = elf_nextscn(tgt->dt_elf, NULL); scn != NULL;
253 scn = elf_nextscn(tgt->dt_elf, scn)) {
269 if ((scn = elf_getscn(tgt->dt_elf, tgt->dt_symidx)) == NULL)
279 tgt->dt_symcount = symdata->d_size / gelf_fsize(tgt->dt_elf, ELF_T_SYM,
353 if ((sym->se_name = elf_strptr(tgt->dt_elf, shdr.sh_link,
488 if (current->dt_elf != NULL) {
495 current->dt_elf = elf;
531 if (tgt->dt_elf == NULL) {
568 (void) gelf_getehdr(tgt->dt_elf, ehd
[all...]

Completed in 71 milliseconds