str_table         226 drivers/crypto/qat/qat_common/icp_qat_uclo.h 	struct icp_qat_uof_strtable str_table;
str_table         117 drivers/crypto/qat/qat_common/qat_uclo.c static char *qat_uclo_get_string(struct icp_qat_uof_strtable *str_table,
str_table         120 drivers/crypto/qat/qat_common/qat_uclo.c 	if ((!str_table->table_len) || (str_offset > str_table->table_len))
str_table         122 drivers/crypto/qat/qat_common/qat_uclo.c 	return (char *)(((uintptr_t)(str_table->strings)) + str_offset);
str_table         275 drivers/crypto/qat/qat_common/qat_uclo.c 	str = qat_uclo_get_string(&obj_handle->str_table, init_mem->sym_name);
str_table         713 drivers/crypto/qat/qat_common/qat_uclo.c 		       char *tab_name, struct icp_qat_uof_strtable *str_table)
str_table         722 drivers/crypto/qat/qat_common/qat_uclo.c 		memcpy(&str_table->table_len, obj_hdr->file_buff +
str_table         723 drivers/crypto/qat/qat_common/qat_uclo.c 		       chunk_hdr->offset, sizeof(str_table->table_len));
str_table         724 drivers/crypto/qat/qat_common/qat_uclo.c 		hdr_size = (char *)&str_table->strings - (char *)str_table;
str_table         725 drivers/crypto/qat/qat_common/qat_uclo.c 		str_table->strings = (uintptr_t)obj_hdr->file_buff +
str_table         727 drivers/crypto/qat/qat_common/qat_uclo.c 		return str_table;
str_table         991 drivers/crypto/qat/qat_common/qat_uclo.c 				    &obj_handle->str_table)) {
str_table         218 drivers/misc/altera-stapl/altera.c 	u32 str_table = 0L;
str_table         274 drivers/misc/altera-stapl/altera.c 		str_table  = get_unaligned_be32(&p[4 + delta]);
str_table         441 drivers/misc/altera-stapl/altera.c 				name = &p[str_table + name_id];
str_table        1039 drivers/misc/altera-stapl/altera.c 				&p[str_table + args[0]],
str_table        1478 drivers/misc/altera-stapl/altera.c 				name = &p[str_table + args[0]];
str_table        1630 drivers/misc/altera-stapl/altera.c 			name = &p[str_table + args[0]];
str_table        2330 drivers/misc/altera-stapl/altera.c 	u32 str_table = 0L;
str_table        2350 drivers/misc/altera-stapl/altera.c 	str_table = get_unaligned_be32(&p[12]);
str_table        2362 drivers/misc/altera-stapl/altera.c 	*name = &p[str_table + act_name_id];
str_table        2364 drivers/misc/altera-stapl/altera.c 	if (act_desc_id < (note_strings - str_table))
str_table        2365 drivers/misc/altera-stapl/altera.c 		*description = &p[str_table + act_desc_id];
str_table        2380 drivers/misc/altera-stapl/altera.c 			procptr->name = &p[str_table + act_proc_name];