Searched refs:next_offs (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/kernel/ |
A D | embedded_ts.c | 124 size_t next_offs = 0; in read_uncompressed() local 126 if (ADD_OVERFLOW(h->offs, len, &next_offs) || in read_uncompressed() 127 next_offs > h->ts->size) in read_uncompressed() 131 h->offs = next_offs; in read_uncompressed()
|
A D | ree_fs_ta.c | 440 size_t next_offs = 0; in ree_fs_ta_read() local 444 if (ADD_OVERFLOW(handle->offs, len, &next_offs) || in ree_fs_ta_read() 445 next_offs > handle->nw_ta_size) in ree_fs_ta_read() 494 handle->offs = next_offs; in ree_fs_ta_read() 634 size_t next_offs = 0; in buf_ta_read() local 636 if (ADD_OVERFLOW(handle->offs, len, &next_offs) || in buf_ta_read() 637 next_offs > handle->ta_size) in buf_ta_read() 642 handle->offs = next_offs; in buf_ta_read()
|
A D | ldelf_syscalls.c | 226 size_t next_offs = 0; in binh_copy_to() local 231 if (ADD_OVERFLOW(offs_bytes, num_bytes, &next_offs)) in binh_copy_to() 242 if (next_offs > binh->size_bytes) { in binh_copy_to() 254 binh->offs_bytes = next_offs; in binh_copy_to()
|
/optee_os/core/tee/ |
A D | tee_svc_cryp.c | 533 size_t next_offs; in op_u32_to_binary_helper() local 535 if (ADD_OVERFLOW(*offs, sizeof(field), &next_offs)) in op_u32_to_binary_helper() 538 if (data && next_offs <= data_len) { in op_u32_to_binary_helper() 542 (*offs) = next_offs; in op_u32_to_binary_helper() 603 size_t next_offs; in op_attr_secret_value_to_binary() local 612 if (data && next_offs <= data_len) in op_attr_secret_value_to_binary() 614 (*offs) = next_offs; in op_attr_secret_value_to_binary() 713 size_t next_offs; in op_attr_bignum_to_binary() local 719 if (ADD_OVERFLOW(*offs, n, &next_offs)) in op_attr_bignum_to_binary() 722 if (data && next_offs <= data_len) in op_attr_bignum_to_binary() [all …]
|
/optee_os/ldelf/ |
A D | ta_elf.c | 1136 static size_t next_offs = TCB_HEAD_SIZE; in set_tls_offset() local 1142 elf->tls_tcb_offs = next_offs; in set_tls_offset() 1143 next_offs += elf->tls_memsz; in set_tls_offset()
|
/optee_os/out/arm/ldelf/ |
A D | ldelf.map | 1514 .data.next_offs.31
|
A D | ldelf.dmp | 142 0000000000008158 l O .data 0000000000000008 next_offs.31
|
Completed in 2155 milliseconds