Lines Matching refs:func_size
651 sframe_calc_fre_type (size_t func_size)
654 if (func_size < SFRAME_FRE_TYPE_ADDR1_LIMIT)
656 else if (func_size < SFRAME_FRE_TYPE_ADDR2_LIMIT)
660 else if (func_size <= (size_t) (SFRAME_FRE_TYPE_ADDR4_LIMIT - 1))
1186 uint32_t *func_size,
1194 || func_size == NULL)
1204 *func_size = fdp->sfde_func_size;
1214 uint32_t *func_size,
1223 || num_fres == NULL || func_size == NULL
1234 *func_size = fdp->sfde_func_size;
1532 /* Add a new function descriptor entry with START_ADDR, FUNC_SIZE and NUM_FRES
1538 uint32_t func_size,
1587 fd_info->entry[fd_info->count].sfde_func_size = func_size;
1592 uint32_t fre_type = sframe_calc_fre_type (func_size);
1611 /* Add a new function descriptor entry with START_ADDR, FUNC_SIZE, FUNC_INFO
1619 uint32_t func_size,
1631 err = sframe_encoder_add_funcdesc (encoder, start_addr, func_size, func_info,