Home
last modified time | relevance | path

Searched defs:offset_lo (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c70 host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence) in host_llseek()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpac.c41 uint32_t offset_lo; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp685 const uint32_t offset_lo = m_data.GetU32(&offset); in ParseType() local