Searched refs:dm_sec_offsets (Results 1 – 2 of 2) sorted by relevance
125 dmp->dm_sec_offsets[sym->st_shndx]; in dt_module_syminit32()177 dmp->dm_sec_offsets[sym->st_shndx]; in dt_module_syminit64()990 if (dmp->dm_sec_offsets != NULL) { in dt_module_unload()991 free(dmp->dm_sec_offsets); in dt_module_unload()992 dmp->dm_sec_offsets = NULL; in dt_module_unload()1258 dmp->dm_sec_offsets = in dt_module_update()1259 malloc(ehdr.e_shnum * sizeof(*dmp->dm_sec_offsets)); in dt_module_update()1260 if (dmp->dm_sec_offsets == NULL) { in dt_module_update()1312 dmp->dm_sec_offsets[elf_ndxscn(sp)] = sh.sh_addr; in dt_module_update()
147 uintptr_t *dm_sec_offsets; member