Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c910 dmp->dm_text_size = 0; in dt_module_unload()
1113 dmp->dm_text_size = sh.sh_size; in dt_module_update()
1342 if (addr - dmp->dm_text_va < dmp->dm_text_size || in dtrace_lookup_by_addr()
1539 dto->dto_text_size = dmp->dm_text_size; in dt_module_info()
H A Ddt_impl.h131 GElf_Xword dm_text_size; /* size in bytes of text section */ member
H A Ddt_aggregate.c402 if (*pc - dmp->dm_text_va < dmp->dm_text_size) { in dt_aggregate_mod()