Searched refs:store_ptr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/arm/arm/ |
| H A D | elf_machdep.c | 174 store_ptr(Elf_Addr *where, Elf_Addr val) in store_ptr() function 219 store_ptr(where, addr); in elf_reloc_internal() 232 store_ptr(where, addr + load_ptr(where)); in elf_reloc_internal() 248 store_ptr(where, addr); in elf_reloc_internal()
|
| /freebsd-14.2/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 129 store_ptr(void *where, Elf_Addr val) in store_ptr() function 202 store_ptr(where, tmp); in reloc_nonplt_object() 216 store_ptr(where, tmp); in reloc_nonplt_object() 248 store_ptr(where, tmp); in reloc_nonplt_object() 265 store_ptr(where, tmp); in reloc_nonplt_object() 286 store_ptr(where, tmp); in reloc_nonplt_object()
|
| /freebsd-14.2/contrib/bearssl/src/ssl/ |
| H A D | ssl_lru.c | 371 if (cc->store_ptr > (cc->store_len - LRU_ENTRY_LEN)) { in lru_save() 392 x = cc->store_ptr; in lru_save() 393 cc->store_ptr += LRU_ENTRY_LEN; in lru_save() 500 cc->store_ptr = 0; in br_ssl_session_cache_lru_init()
|
| /freebsd-14.2/sys/sys/ |
| H A D | atomic_san.h | 283 ATOMIC_SAN(store_ptr)((volatile uintptr_t *)(x), (uintptr_t)(__value));\
|
| /freebsd-14.2/contrib/bearssl/inc/ |
| H A D | bearssl_ssl.h | 3359 size_t store_len, store_ptr; member
|