Home | History | Annotate | Download | only in loader

Lines Matching refs:entry_count

762                            uint32_t entry_count, char **entrys) {
790 ext_list->list[idx].entrypoint_count = entry_count;
792 loader_heap_alloc(inst, sizeof(char *) * entry_count,
796 for (uint32_t i = 0; i < entry_count; i++) {
2108 int entry_count;
2115 entry_count = cJSON_GetArraySize(entrypoints);
2116 if (entry_count)
2118 entry_count);
2119 for (j = 0; j < entry_count; j++) {
2130 &ext_prop, entry_count, entry_array);