Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c909 dmp->dm_text_va = 0; in dt_module_unload()
1114 dmp->dm_text_va = sh.sh_addr; in dt_module_update()
1342 if (addr - dmp->dm_text_va < dmp->dm_text_size || in dtrace_lookup_by_addr()
1538 dto->dto_text_va = dmp->dm_text_va; in dt_module_info()
H A Ddt_impl.h130 GElf_Addr dm_text_va; /* virtual address of text section */ member
H A Ddt_aggregate.c402 if (*pc - dmp->dm_text_va < dmp->dm_text_size) { in dt_aggregate_mod()
403 *pc = dmp->dm_text_va; in dt_aggregate_mod()