Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.h51 const char *dis_tgt_lookup(dis_tgt_t *, uint64_t, off_t *, int, size_t *,
H A Ddis_main.c206 symbol = dis_tgt_lookup(tgt, addr, &symoffset, 1, &symsize, in dis_data()
285 symbol = dis_tgt_lookup(db->db_tgt, addr, &offset, 0, &size, NULL); in do_lookup()
H A Ddis_target.c658 dis_tgt_lookup(dis_tgt_t *tgt, uint64_t addr, off_t *offset, int cache_result, in dis_tgt_lookup() function