Searched refs:dm_sec_offsets (Results 1 – 2 of 2) sorted by relevance
121 dmp->dm_sec_offsets[sym->st_shndx]; in dt_module_syminit32()170 dmp->dm_sec_offsets[sym->st_shndx]; in dt_module_syminit64()980 if (dmp->dm_sec_offsets != NULL) { in dt_module_unload()981 free(dmp->dm_sec_offsets); in dt_module_unload()982 dmp->dm_sec_offsets = NULL; in dt_module_unload()1203 dmp->dm_sec_offsets = in dt_module_update()1204 malloc(ehdr.e_shnum * sizeof(*dmp->dm_sec_offsets)); in dt_module_update()1205 if (dmp->dm_sec_offsets == NULL) { in dt_module_update()1227 dmp->dm_sec_offsets[elf_ndxscn(sp)] = sh.sh_addr; in dt_module_update()
147 uintptr_t *dm_sec_offsets; member