Home
last modified time | relevance | path

Searched refs:store_ptr (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/arm/arm/
H A Delf_machdep.c174 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 Dreloc.c129 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 Dssl_lru.c371 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 Datomic_san.h283 ATOMIC_SAN(store_ptr)((volatile uintptr_t *)(x), (uintptr_t)(__value));\
/freebsd-14.2/contrib/bearssl/inc/
H A Dbearssl_ssl.h3359 size_t store_len, store_ptr; member