Home
last modified time | relevance | path

Searched refs:truncated_addr (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_addr.c75 truncated_addr(krb5_context context, const char *addr, in truncated_addr() function
126 truncated_addr(context, addr, len, len); in check_truncation()
129 truncated_addr(context, addr, i, len); in check_truncation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2739 uint32_t truncated_addr = (value & 0xFFFFFFFF); in ApplyELF64ABS32Relocation() local
2747 memcpy(dst, &truncated_addr, sizeof(uint32_t)); in ApplyELF64ABS32Relocation()