Home
last modified time | relevance | path

Searched refs:lfh (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp1212 const LineFragmentHeader *lfh = lines.header(); in ParseLineTable() local
1214 m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset); in ParseLineTable()
1257 line_set.emplace(virtual_addr + lfh->CodeSize, last_line.getEndLine(), 0, in ParseLineTable()
1261 line_entry.SetRangeEnd(virtual_addr + lfh->CodeSize); in ParseLineTable()
/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clstate.c2736 struct nfscllockownerfhhead lfh; in nfscl_renewthread() local
3043 SLIST_INIT(&lfh); in nfscl_renewthread()
3051 nfscl_cleanupkext(clp, &lfh); in nfscl_renewthread()
3060 SLIST_FOREACH_SAFE(lfhp, &lfh, nfslfh_list, nlfhp) { in nfscl_renewthread()
3070 SLIST_INIT(&lfh); in nfscl_renewthread()
/freebsd-14-stable/contrib/sqlite3/
HDshell.c10242 ZipfileLFH lfh; in zipfileGetEntry() local
10249 if( rc==SQLITE_OK ) rc = zipfileReadLFH(aRead, &lfh); in zipfileGetEntry()
10252 pNew->iDataOff += lfh.nFile + lfh.nExtra; in zipfileGetEntry()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td476 def LFH : UnaryRXY<"lfh", 0xE3CA, z_load, GRH32, 4>,