Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp57 int32_t loffs = GetLocalEntryOffset(func); in AdjustBreakpointAddress() local
58 if (!loffs) in AdjustBreakpointAddress()
61 addr.SetOffset(addr.GetOffset() + loffs); in AdjustBreakpointAddress()
/freebsd/sys/kern/
H A Dsubr_sglist.c901 size_t space, end, foffs, loffs; in sglist_slice() local
913 foffs = loffs = 0; in sglist_slice()
937 loffs = space - end; in sglist_slice()
939 loffs); in sglist_slice()
977 if (loffs != 0) { in sglist_slice()
978 sg->sg_segs[count - 1].ss_len -= loffs; in sglist_slice()