Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm/arm/
HDelf_machdep.c176 store_ptr(Elf_Addr *where, Elf_Addr val) in store_ptr() function
221 store_ptr(where, addr); in elf_reloc_internal()
234 store_ptr(where, addr + load_ptr(where)); in elf_reloc_internal()
250 store_ptr(where, addr); in elf_reloc_internal()
/freebsd-13-stable/libexec/rtld-elf/arm/
HDreloc.c171 store_ptr(void *where, Elf_Addr val) in store_ptr() function
244 store_ptr(where, tmp); in reloc_nonplt_object()
258 store_ptr(where, tmp); in reloc_nonplt_object()
290 store_ptr(where, tmp); in reloc_nonplt_object()
307 store_ptr(where, tmp); in reloc_nonplt_object()
330 store_ptr(where, tmp); in reloc_nonplt_object()
/freebsd-13-stable/contrib/bearssl/src/ssl/
HDssl_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-13-stable/libexec/rtld-elf/mips/
HDreloc.c194 store_ptr(void *where, Elf_Sxword val, size_t len) in store_ptr() function
293 store_ptr(where, val, rlen); in _rtld_relocate_nonplt_self()
531 store_ptr(where, val, rlen); in reloc_non_plt()
567 store_ptr(where, val, rlen); in reloc_non_plt()
593 store_ptr(where, val, rlen); in reloc_non_plt()
622 store_ptr(where, val, rlen); in reloc_non_plt()
/freebsd-13-stable/sys/sys/
HDatomic_san.h282 ATOMIC_SAN(store_ptr)((volatile uintptr_t *)(x), (uintptr_t)(__value));\
/freebsd-13-stable/contrib/bearssl/inc/
HDbearssl_ssl.h3359 size_t store_len, store_ptr; member