Searched refs:store_ptr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 173 store_ptr(Elf_Addr *where, Elf_Addr val) in store_ptr() function 218 store_ptr(where, addr); in elf_reloc_internal() 231 store_ptr(where, addr + load_ptr(where)); in elf_reloc_internal() 247 store_ptr(where, addr); in elf_reloc_internal()
|
/freebsd/libexec/rtld-elf/arm/ |
H A D | reloc.c | 128 store_ptr(void *where, Elf_Addr val) in store_ptr() function 201 store_ptr(where, tmp); in reloc_nonplt_object() 215 store_ptr(where, tmp); in reloc_nonplt_object() 247 store_ptr(where, tmp); in reloc_nonplt_object() 264 store_ptr(where, tmp); in reloc_nonplt_object() 287 store_ptr(where, tmp); in reloc_nonplt_object()
|
/freebsd/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/sys/sys/ |
H A D | atomic_san.h | 282 ATOMIC_SAN(store_ptr)((volatile uintptr_t *)(x), (uintptr_t)(__value));\
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ssl.h | 3359 size_t store_len, store_ptr; member
|