Searched refs:tee_fs_dirfile_open (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/include/tee/ |
A D | fs_dirfile.h | 56 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash,
|
/optee_os/core/tee/ |
A D | tee_ree_fs.c | 500 res = tee_fs_dirfile_open(false, hashp, &ree_dirf_ops, dirh); in open_dirh() 519 res = tee_fs_dirfile_open(true, NULL, &ree_dirf_ops, dirh); in open_dirh() 552 res = tee_fs_dirfile_open(false, NULL, &ree_dirf_ops, dirh); in open_dirh() 554 return tee_fs_dirfile_open(true, NULL, &ree_dirf_ops, dirh); in open_dirh()
|
A D | fs_dirfile.c | 110 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash, in tee_fs_dirfile_open() function
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 254 000000000e12a174 000000000000014c T tee_fs_dirfile_open
|
A D | tee.dmp | 63630 e1293e4: 94000364 bl e12a174 <tee_fs_dirfile_open> 63640 e129404: 9400035c bl e12a174 <tee_fs_dirfile_open> 64908 000000000e12a174 <tee_fs_dirfile_open>: 64909 tee_fs_dirfile_open(): 64930 e12a1a8: b4000880 cbz x0, e12a2b8 <tee_fs_dirfile_open+0x144> 64963 e12a200: 340001a0 cbz w0, e12a234 <tee_fs_dirfile_open+0xc0> 64982 e12a238: 340002c0 cbz w0, e12a290 <tee_fs_dirfile_open+0x11c> 65011 e12a294: 17ffffd7 b e12a1f0 <tee_fs_dirfile_open+0x7c> 65016 e12a2a4: 17fffffa b e12a28c <tee_fs_dirfile_open+0x118> 65022 e12a2b4: 17ffffd9 b e12a218 <tee_fs_dirfile_open+0xa4> [all …]
|
A D | tee.map | 23035 .text.tee_fs_dirfile_open 23037 0x000000000e12a174 tee_fs_dirfile_open 26317 .rodata.tee_fs_dirfile_open.str1.1
|
Completed in 216 milliseconds