Searched refs:truncated_addr (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_addr.c | 75 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 D | ObjectFileELF.cpp | 2739 uint32_t truncated_addr = (value & 0xFFFFFFFF); in ApplyELF64ABS32Relocation() local 2747 memcpy(dst, &truncated_addr, sizeof(uint32_t)); in ApplyELF64ABS32Relocation()
|