Home
last modified time | relevance | path

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

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