Home
last modified time | relevance | path

Searched refs:dm_sec_offsets (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c120 dmp->dm_sec_offsets[sym->st_shndx]; in dt_module_syminit32()
168 dmp->dm_sec_offsets[sym->st_shndx]; in dt_module_syminit64()
976 if (dmp->dm_sec_offsets != NULL) { in dt_module_unload()
977 free(dmp->dm_sec_offsets); in dt_module_unload()
978 dmp->dm_sec_offsets = NULL; in dt_module_unload()
1199 dmp->dm_sec_offsets = in dt_module_update()
1200 malloc(ehdr.e_shnum * sizeof(*dmp->dm_sec_offsets)); in dt_module_update()
1201 if (dmp->dm_sec_offsets == NULL) { in dt_module_update()
1223 dmp->dm_sec_offsets[elf_ndxscn(sp)] = sh.sh_addr; in dt_module_update()
H A Ddt_impl.h147 uintptr_t *dm_sec_offsets; member