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

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c72 uint64_t dm_start; /* virtual address of section */ member in struct:dis_shnmap
140 tgt->dt_shnmap[*index].dm_start = scn->ds_shdr.sh_addr;
367 tgt->dt_shnmap[sym->se_shndx].dm_start;
394 if (tgt->dt_shnmap[i].dm_start > addr)
395 addr = tgt->dt_shnmap[i].dm_start +
405 if (tgt->dt_shnmap[i].dm_start != 0)
408 tgt->dt_shnmap[i].dm_start = addr;
620 if ((addr >= tgt->dt_shnmap[i].dm_start) &&
621 (addr < tgt->dt_shnmap[i].dm_start +
623 *offset = addr - tgt->dt_shnmap[i].dm_start;
[all...]

Completed in 58 milliseconds