Lines Matching defs:tgt
122 dis_data(dis_tgt_t *tgt, dis_handle_t *dhp, uint64_t addr, void *data,
139 db.db_tgt = tgt;
177 if ((next = dis_tgt_next_symbol(tgt, addr)) == 0) {
205 symbol = dis_tgt_lookup(tgt, addr, &symoffset, 1, &symsize,
208 symbol = dis_find_section(tgt, addr, &symoffset);
399 dis_text_section(dis_tgt_t *tgt, dis_scn_t *scn, void *data)
410 dis_data(tgt, dhp, dis_section_addr(scn), dis_section_data(scn),
475 dis_tgt_t *tgt, *current;
484 if ((tgt = dis_tgt_create(filename)) == NULL)
494 for (current = tgt; current != NULL; current = dis_tgt_next(current)) {
640 dis_tgt_destroy(tgt);