Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.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/sys/fs/nfsclient/
H A Dnfs_clstate.c2732 struct nfscllockownerfhhead lfh; in nfscl_renewthread() local
3039 SLIST_INIT(&lfh); in nfscl_renewthread()
3047 nfscl_cleanupkext(clp, &lfh); in nfscl_renewthread()
3056 SLIST_FOREACH_SAFE(lfhp, &lfh, nfslfh_list, nlfhp) { in nfscl_renewthread()
3066 SLIST_INIT(&lfh); in nfscl_renewthread()
/freebsd/contrib/sqlite3/
H A Dshell.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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td476 def LFH : UnaryRXY<"lfh", 0xE3CA, z_load, GRH32, 4>,