Searched refs:sdt_tab (Results 1 – 3 of 3) sorted by relevance
161 if (mp->sdt_tab == NULL) { in sdt_provide_module()171 mp->sdt_tab = kobj_texthole_alloc(mp->text, mp->sdt_size); in sdt_provide_module()173 if (mp->sdt_tab == NULL) { in sdt_provide_module()180 tab = (uint32_t *)mp->sdt_tab; in sdt_provide_module()
104 char *sdt_tab; member
2259 if (mp->sdt_tab) in free_module_data()2260 kobj_texthole_free(mp->sdt_tab, mp->sdt_size); in free_module_data()